diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 11:14:32 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 11:14:32 +0100 |
commit | 9e539844bb62fd8bcc4a8e423205ea4a15a1c15e (patch) | |
tree | 10507a8241af5025aa7898dcb568cd09140a4a84 /examples/maildirresource/libmaildir/maildir.h | |
parent | e7ddc02bce5b4e46b44e3cb39c06ed25dc291c0a (diff) | |
download | sink-9e539844bb62fd8bcc4a8e423205ea4a15a1c15e.tar.gz sink-9e539844bb62fd8bcc4a8e423205ea4a15a1c15e.zip |
Inspect unread state
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 f80ba5d..fefd5a7 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h | |||
@@ -178,7 +178,7 @@ public: | |||
178 | /** | 178 | /** |
179 | * Return the flags encoded in the maildir file name for an entry | 179 | * Return the flags encoded in the maildir file name for an entry |
180 | **/ | 180 | **/ |
181 | Flags readEntryFlags( const QString& key ) const; | 181 | static Flags readEntryFlags( const QString& key ); |
182 | 182 | ||
183 | /** | 183 | /** |
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 |