diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-13 15:14:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-13 15:14:48 +0200 |
commit | 077edcc5bb569d2786f5cf80c1648451871668b8 (patch) | |
tree | a09c01fe022e97f33b05dfb62007e43dea5fded8 /examples/maildirresource/libmaildir/maildir.h | |
parent | 82ca7ebb9c24fef6f1860eeca9577d998af03c7f (diff) | |
download | sink-077edcc5bb569d2786f5cf80c1648451871668b8.tar.gz sink-077edcc5bb569d2786f5cf80c1648451871668b8.zip |
Removed some unused codepaths from the maildir implementation
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r-- | examples/maildirresource/libmaildir/maildir.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index 8c622c7..c10b046 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h | |||
@@ -256,18 +256,6 @@ public: | |||
256 | */ | 256 | */ |
257 | static QString subDirNameForFolderName( const QString &folderName ); | 257 | static QString subDirNameForFolderName( const QString &folderName ); |
258 | 258 | ||
259 | /** Removes the listed keys from the key cache */ | ||
260 | void removeCachedKeys(const QStringList & keys); | ||
261 | |||
262 | |||
263 | /** Reloads the keys associated with the maildir in the key cache*/ | ||
264 | void refreshKeyCache(); | ||
265 | |||
266 | /** Return the last error message string. The error might not come from the last performed operation, | ||
267 | if that was sucessful. The caller should always check the return value of the methods before | ||
268 | querying the last error string. */ | ||
269 | QString lastError() const; | ||
270 | |||
271 | /** | 259 | /** |
272 | * Returns the key from the file identified by the full path @param file. | 260 | * Returns the key from the file identified by the full path @param file. |
273 | */ | 261 | */ |