aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/maildirMessage.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-15 10:00:49 +0000
committerVincent Richard <[email protected]>2004-12-15 10:00:49 +0000
commit1ece98b08f07909cbcd8c6d174902a41e388ca02 (patch)
tree7171a4b0ae797622ae44a89bfa1e9aee8745c3d6 /src/messaging/maildirMessage.hpp
parentFixed bug with g++ <= 3.2. (diff)
downloadvmime-1ece98b08f07909cbcd8c6d174902a41e388ca02.tar.gz
vmime-1ece98b08f07909cbcd8c6d174902a41e388ca02.zip
Working on 'maildir' implementation.
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 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;
};