diff options
author | Vincent Richard <[email protected]> | 2004-12-15 10:00:49 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-15 10:00:49 +0000 |
commit | 1ece98b08f07909cbcd8c6d174902a41e388ca02 (patch) | |
tree | 7171a4b0ae797622ae44a89bfa1e9aee8745c3d6 /src/messaging/maildirMessage.hpp | |
parent | Fixed bug with g++ <= 3.2. (diff) | |
download | vmime-1ece98b08f07909cbcd8c6d174902a41e388ca02.tar.gz vmime-1ece98b08f07909cbcd8c6d174902a41e388ca02.zip |
Working on 'maildir' implementation.
Diffstat (limited to 'src/messaging/maildirMessage.hpp')
-rw-r--r-- | src/messaging/maildirMessage.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messaging/maildirMessage.hpp b/src/messaging/maildirMessage.hpp index 74a1a7b3..0b543bc2 100644 --- a/src/messaging/maildirMessage.hpp +++ b/src/messaging/maildirMessage.hpp @@ -81,6 +81,8 @@ private: int m_num; int m_size; int m_flags; + bool m_expunged; + uid m_uid; }; |