From 437761ddf18934b479244f7322c47c43583b0bfe Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 30 Dec 2015 22:40:11 +0100 Subject: 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. --- examples/maildirresource/maildirresource.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples/maildirresource/maildirresource.h') 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 @@ class MaildirMailAdaptorFactory; class MaildirFolderAdaptorFactory; +/** + * A maildir resource + * + * Implementation details: + * The remoteid's have the following formats: + * files: full file path + * directories: full directory path + */ class MaildirResource : public Akonadi2::GenericResource { public: -- cgit v1.2.3