diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-11 09:59:44 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-11 09:59:44 +0200 |
commit | 62c7e132e2c546566c37949f24818aceb5d57c3d (patch) | |
tree | b0d6d13e1390559adfea7f8d07f3cb534c3013a9 /examples/maildirresource/libmaildir/maildir.cpp | |
parent | 8296732635887e7b2ab738ba5da3154d8e3a06d3 (diff) | |
download | sink-62c7e132e2c546566c37949f24818aceb5d57c3d.tar.gz sink-62c7e132e2c546566c37949f24818aceb5d57c3d.zip |
Handle modifications in maildir
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.cpp')
-rw-r--r-- | examples/maildirresource/libmaildir/maildir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.cpp b/examples/maildirresource/libmaildir/maildir.cpp index 1018b4a..e06219a 100644 --- a/examples/maildirresource/libmaildir/maildir.cpp +++ b/examples/maildirresource/libmaildir/maildir.cpp | |||
@@ -749,7 +749,7 @@ bool Maildir::removeEntry(const QString& key) | |||
749 | } | 749 | } |
750 | // KeyCache *keyCache = KeyCache::self(); | 750 | // KeyCache *keyCache = KeyCache::self(); |
751 | // keyCache->removeKey(d->path, key); | 751 | // keyCache->removeKey(d->path, key); |
752 | qWarning() << "Real key"; | 752 | qWarning() << "Real key" << realKey; |
753 | QFile file(realKey); | 753 | QFile file(realKey); |
754 | if (!file.remove()) { | 754 | if (!file.remove()) { |
755 | qWarning() << file.errorString() << file.error(); | 755 | qWarning() << file.errorString() << file.error(); |