bincimap

Log | Files | Refs | LICENSE

commit bbfd2ca599c090c5032cc500515a7204a6c2cb4e
parent 380b75e6dc62bf74395a8ef90252d346508c253a
Author: andreaha <andreaha@b31fe1f4-c0d1-0310-8000-a34f4ae90293>
Date:   Mon,  2 Feb 2004 20:21:51 +0000

- Include the flags in the update after APPEND.


git-svn-id: file:///home/cwright/convert/bincimap/trunk@21 b31fe1f4-c0d1-0310-8000-a34f4ae90293

Diffstat:
Msrc/operator-append.cc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/operator-append.cc b/src/operator-append.cc @@ -240,7 +240,8 @@ Operator::ProcessResult AppendOperator::process(Depot &depot, if (mailbox == depot.getSelected()) { pendingUpdates(mailbox, PendingUpdates::EXISTS - | PendingUpdates::RECENT, true); + | PendingUpdates::RECENT + | PendingUpdates::FLAGS, true); } return OK;