From 1358495af1107e460cb50e230e17f306e8bcd9cd Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Fri, 9 Aug 2002 02:58:14 +0100 Subject: [PATCH] /offlineimap/head: changeset 225 Preparing for 3.2.4 --- offlineimap/head/debian/changelog | 10 ++++++++++ offlineimap/head/offlineimap/version.py | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/offlineimap/head/debian/changelog b/offlineimap/head/debian/changelog index 5a4240f..e005934 100644 --- a/offlineimap/head/debian/changelog +++ b/offlineimap/head/debian/changelog @@ -1,3 +1,13 @@ +offlineimap (3.2.4) unstable; urgency=low + + * When using nested folders, the Maildir repository handler now properly + deals with folders that are nested inside "noselect" folders -- ones + that do not actually contain messages and are not provided in the + server's LIST response. Fixes [complete.org #32] and, for Debian, + Closes: #155866. + + -- John Goerzen Thu, 8 Aug 2002 17:54:44 -0500 + offlineimap (3.2.3) unstable; urgency=low * -d now takes a parameter: imap or maildir (or both) to specify diff --git a/offlineimap/head/offlineimap/version.py b/offlineimap/head/offlineimap/version.py index 47a7958..14317e5 100644 --- a/offlineimap/head/offlineimap/version.py +++ b/offlineimap/head/offlineimap/version.py @@ -1,8 +1,8 @@ productname = 'OfflineIMAP' -versionstr = "3.2.2" -revno = long('$Rev: 221 $'[6:-2]) +versionstr = "3.2.4" +revno = long('$Rev: 225 $'[6:-2]) revstr = "Rev %d" % revno -datestr = '$Date: 2002-08-08 10:21:56 -0500 (Thu, 08 Aug 2002) $' +datestr = '$Date: 2002-08-08 15:58:14 -0500 (Thu, 08 Aug 2002) $' versionlist = versionstr.split(".")