diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-02 14:00:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-02 14:00:37 +0100 |
commit | f4381b746da350f44168674da69bd6ad6876de19 (patch) | |
tree | 916c2ff3c9e0022beb3bd92c92ceeb3fe4ba84bb /examples/maildirresource/maildirresource.h | |
parent | 2e98a7f6eb11a071a8ac232bcbb37abea85f6f06 (diff) | |
download | sink-f4381b746da350f44168674da69bd6ad6876de19.tar.gz sink-f4381b746da350f44168674da69bd6ad6876de19.zip |
Writeback of unread flag changes
Diffstat (limited to 'examples/maildirresource/maildirresource.h')
-rw-r--r-- | examples/maildirresource/maildirresource.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/maildirresource/maildirresource.h b/examples/maildirresource/maildirresource.h index 9af2f39..32eb88c 100644 --- a/examples/maildirresource/maildirresource.h +++ b/examples/maildirresource/maildirresource.h | |||
@@ -32,12 +32,15 @@ class MaildirMailAdaptorFactory; | |||
32 | class MaildirFolderAdaptorFactory; | 32 | class MaildirFolderAdaptorFactory; |
33 | 33 | ||
34 | /** | 34 | /** |
35 | * A maildir resource | 35 | * A maildir resource. |
36 | * | 36 | * |
37 | * Implementation details: | 37 | * Implementation details: |
38 | * The remoteid's have the following formats: | 38 | * The remoteid's have the following formats: |
39 | * files: full file path | 39 | * files: full file path |
40 | * directories: full directory path | 40 | * directories: full directory path |
41 | * | ||
42 | * The resource moves all messages from new to cur during sync and thus expectes all messages that are in the store to always reside in cur. | ||
43 | * The tmp directory is never directly used | ||
41 | */ | 44 | */ |
42 | class MaildirResource : public Sink::GenericResource | 45 | class MaildirResource : public Sink::GenericResource |
43 | { | 46 | { |