bincimap

Log | Files | Refs | LICENSE

commit 7cbb7b7cc19c75db88fa488f6b8e7740eba98089
parent c1c4fe17b56cb2c6165bbb010c9b371c3c7d7dbb
Author: andreaha <andreaha@b31fe1f4-c0d1-0310-8000-a34f4ae90293>
Date:   Mon, 26 Jan 2004 19:09:35 +0000

- Bump the cache file version and uidvalfileversion,
  forcing clients to resync their messages and the
  servers to recalculate the messages sizes. This is
  necessary because of a former error with determining
  the size of a message.


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

Diffstat:
Msrc/maildir.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/maildir.h b/src/maildir.h @@ -45,8 +45,8 @@ #include "maildirmessage.h" namespace Binc { - static const std::string CACHEFILEVERSION = "1.0.4"; - static const std::string UIDVALFILEVERSION = "1.0.4"; + static const std::string CACHEFILEVERSION = "1.0.5"; + static const std::string UIDVALFILEVERSION = "1.0.5"; //------------------------------------------------------------------------ class MaildirIndexItem {