From e05306d22bc994bcfae869dcd857ec76027495d1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 28 Dec 2015 10:19:27 +0100 Subject: Changereplay for maildir folders. The sync and changereplay can not run at the same time, or would have to share the transaction otherwise. --- examples/maildirresource/libmaildir/maildir.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/maildirresource/libmaildir/maildir.h') diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index 6853033..f80ba5d 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h @@ -70,6 +70,11 @@ public: */ bool create(); + /** + * Remove the maildir and everything it contains. + */ + bool remove(); + /** * Returns the path of this maildir. */ -- cgit v1.2.3