summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/libmaildir/maildir.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r--examples/maildirresource/libmaildir/maildir.h12
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 */