diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-28 10:19:27 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-28 10:20:53 +0100 |
commit | e05306d22bc994bcfae869dcd857ec76027495d1 (patch) | |
tree | b5b7db5108947a210d893c76b5e75cfadca32f50 /examples/maildirresource/libmaildir/maildir.h | |
parent | ab16e5aa9e9d83b6aa9189a67d97a4d089952902 (diff) | |
download | sink-e05306d22bc994bcfae869dcd857ec76027495d1.tar.gz sink-e05306d22bc994bcfae869dcd857ec76027495d1.zip |
Changereplay for maildir folders.
The sync and changereplay can not run at the same time, or would have
to share the transaction otherwise.
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r-- | examples/maildirresource/libmaildir/maildir.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
@@ -71,6 +71,11 @@ public: | |||
71 | bool create(); | 71 | bool create(); |
72 | 72 | ||
73 | /** | 73 | /** |
74 | * Remove the maildir and everything it contains. | ||
75 | */ | ||
76 | bool remove(); | ||
77 | |||
78 | /** | ||
74 | * Returns the path of this maildir. | 79 | * Returns the path of this maildir. |
75 | */ | 80 | */ |
76 | QString path() const; | 81 | QString path() const; |