aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/maildirMessage.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-04 17:48:02 +0000
committerVincent Richard <[email protected]>2004-12-04 17:48:02 +0000
commit31cd25b5b05a8d0ae41c16f504566efde43b3a68 (patch)
treedd839c0e097493882ac825e2e51d5ba5007ecde0 /src/messaging/maildirMessage.hpp
parentPrevent from renaming 'INBOX' folder in IMAP (illegal_operation exception). (diff)
downloadvmime-31cd25b5b05a8d0ae41c16f504566efde43b3a68.tar.gz
vmime-31cd25b5b05a8d0ae41c16f504566efde43b3a68.zip
Some update for 'maildir' protocol.
Diffstat (limited to 'src/messaging/maildirMessage.hpp')
-rw-r--r--src/messaging/maildirMessage.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messaging/maildirMessage.hpp b/src/messaging/maildirMessage.hpp
index 83e7758f..7d2cd0d6 100644
--- a/src/messaging/maildirMessage.hpp
+++ b/src/messaging/maildirMessage.hpp
@@ -77,6 +77,8 @@ protected:
maildirFolder* m_folder;
int m_num;
+ int m_size;
+ int m_flags;
};