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/maildirFolder.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/maildirFolder.hpp')
| -rw-r--r-- | src/messaging/maildirFolder.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/messaging/maildirFolder.hpp b/src/messaging/maildirFolder.hpp index 9ece8f45..b7ce92fc 100644 --- a/src/messaging/maildirFolder.hpp +++ b/src/messaging/maildirFolder.hpp @@ -126,6 +126,7 @@ private: void onClose(); + void deleteMessagesImpl(const std::vector <int>& nums); void setMessageFlagsImpl(const std::vector <int>& nums, const int flags, const int mode); |
