diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-30 22:40:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-30 22:40:11 +0100 |
commit | 437761ddf18934b479244f7322c47c43583b0bfe (patch) | |
tree | 276d6d2962af37af47ab5407b494d683190886f4 /examples/maildirresource/maildirresource.h | |
parent | 46fae1714d9f2379eecfb08988b0d8e79ea11870 (diff) | |
download | sink-437761ddf18934b479244f7322c47c43583b0bfe.tar.gz sink-437761ddf18934b479244f7322c47c43583b0bfe.zip |
Fixed maildir mail removal.
During removal we no longer have access to the entity,
while that could be fixed by keeping a copy of the entity in the
removed entity, we can also just use the full path.
Diffstat (limited to 'examples/maildirresource/maildirresource.h')
-rw-r--r-- | examples/maildirresource/maildirresource.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/maildirresource/maildirresource.h b/examples/maildirresource/maildirresource.h index 389b7f4..21ee637 100644 --- a/examples/maildirresource/maildirresource.h +++ b/examples/maildirresource/maildirresource.h | |||
@@ -31,6 +31,14 @@ | |||
31 | class MaildirMailAdaptorFactory; | 31 | class MaildirMailAdaptorFactory; |
32 | class MaildirFolderAdaptorFactory; | 32 | class MaildirFolderAdaptorFactory; |
33 | 33 | ||
34 | /** | ||
35 | * A maildir resource | ||
36 | * | ||
37 | * Implementation details: | ||
38 | * The remoteid's have the following formats: | ||
39 | * files: full file path | ||
40 | * directories: full directory path | ||
41 | */ | ||
34 | class MaildirResource : public Akonadi2::GenericResource | 42 | class MaildirResource : public Akonadi2::GenericResource |
35 | { | 43 | { |
36 | public: | 44 | public: |