bincimap

Log | Files | Refs | LICENSE

commit 2c02aac9f9ccd703a93e585c8ee45ead3e73e022
parent b17289e0304288ae613f3df3c08cd4466e2f1d0e
Author: andreaha <andreaha@b31fe1f4-c0d1-0310-8000-a34f4ae90293>
Date:   Thu,  4 Mar 2004 21:25:17 +0000

- Fixed typo in beta3.


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

Diffstat:
MChangeLog | 2++
Mbincimap.spec.in | 2++
Mconfigure.in | 2+-
Msrc/operator-append.cc | 2+-
4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -11,6 +11,8 @@ Messages with BincIMAP in their name are always moved from new/ immediately, otherwise the timestamp is checked. - Released 1.2.7beta3-1 +- Typo in operator-append.cc fixed. +- Released 1.2.7beta4-1 * Tue Mar 02 2004 Andreas Aardal Hanssen <andreas-binc at bincimap.org> - COPY now uses the canonical form of the destination mailbox, so copying diff --git a/bincimap.spec.in b/bincimap.spec.in @@ -202,6 +202,8 @@ install man/bincimap.conf.5 $MAN/man5 Messages with BincIMAP in their name are always moved from new/ immediately, otherwise the timestamp is checked. - Released 1.2.7beta3-1 +- Typo in operator-append.cc fixed. +- Released 1.2.7beta4-1 * Tue Mar 02 2004 Andreas Aardal Hanssen <andreas-binc@bincimap.org> - COPY now uses the canonical form of the destination mailbox, so copying diff --git a/configure.in b/configure.in @@ -10,7 +10,7 @@ dnl USA. dnl Process this file with autoconf to produce a configure script. dnl AC_PREREQ(2.57) -AC_INIT(bincimap, 1.2.7beta3, andreas-binc@bincimap.org) +AC_INIT(bincimap, 1.2.7beta4, andreas-binc@bincimap.org) AC_CONFIG_SRCDIR([config.h.in]) AM_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE diff --git a/src/operator-append.cc b/src/operator-append.cc @@ -241,7 +241,7 @@ Operator::ProcessResult AppendOperator::process(Depot &depot, if (mailbox == depot.getSelected()) { pendingUpdates(mailbox, PendingUpdates::EXISTS | PendingUpdates::RECENT - | PendingUpdates::FLAGS, true, true); + | PendingUpdates::FLAGS, true, false, true); } return OK;