diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-01 13:14:14 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-01 13:14:14 +0100 |
commit | 2f0605ded80cd4c216b8cbaaf228e98811207744 (patch) | |
tree | 98206b6ff9d5e277fdeb606693a4e05a48adba8f /examples/maildirresource/libmaildir/maildir.h | |
parent | 0b233494a69b5e9cd86e91c60016a294e6c9ef50 (diff) | |
download | sink-2f0605ded80cd4c216b8cbaaf228e98811207744.tar.gz sink-2f0605ded80cd4c216b8cbaaf228e98811207744.zip |
Ensure maildir flagchanges work completely
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r-- | examples/maildirresource/libmaildir/maildir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index a89a832..42d53e6 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h | |||
@@ -184,7 +184,7 @@ public: | |||
184 | * Return the contents of the headers section of the file the maildir with the given @p file, that | 184 | * Return the contents of the headers section of the file the maildir with the given @p file, that |
185 | * is a full path to the file. You can get it by using findRealKey(key) . | 185 | * is a full path to the file. You can get it by using findRealKey(key) . |
186 | */ | 186 | */ |
187 | QByteArray readEntryHeadersFromFile( const QString& file ) const; | 187 | static QByteArray readEntryHeadersFromFile( const QString& file ); |
188 | 188 | ||
189 | /** | 189 | /** |
190 | * Return the contents of the headers section of the file the maildir with the given @p key. | 190 | * Return the contents of the headers section of the file the maildir with the given @p key. |