diff options
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(); |