+mutt (1.5.11+cvs20060330-1) unstable; urgency=low
+
+ * Update to CVS 2006-03-30, which fixes the following bugs:
+ + IMAP cache works again with Courier. (Closes: #351220)
+ + does not segfault if external query command output contains spaces.
+ (Closes: #351258)
+ + does not segfault when replying from the view-attachments menu when a
+ reply-hook is in use. (Closes: #352357)
+ + default save location for attachments which specify a path in their name
+ is not `dirname $attachment` anymore, but $CWD. (Closes: #301236)
+
+ * Switch to libdb4.4. (Closes: #355433)
+
+ -- Adeodato Simó <dato@net.com.org.es> Mon, 3 Apr 2006 02:41:15 +0200
+
mutt (1.5.11+cvs20060126-2) unstable; urgency=medium
* Make imap_idle default to off, since it does not work with dovecot from
Section: mail
Priority: standard
Maintainer: Adeodato Simó <dato@net.com.org.es>
-Build-Depends: debhelper, quilt, autotools-dev, gawk, gettext, xsltproc, docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libdb4.3-dev
+Build-Depends: debhelper, quilt, autotools-dev, gawk, gettext, xsltproc, docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev, libidn11-dev, zlib1g-dev, libncursesw5-dev, libdb4.4-dev
Standards-Version: 3.6.2
Package: mutt
+++ /dev/null
---- init.h.orig
-+++ init.h
-@@ -886,7 +886,7 @@
- ** your INBOX in the IMAP browser. If you see something else, you may set
- ** this variable to the IMAP path to your folders.
- */
-- { "imap_idle", DT_BOOL, R_NONE, OPTIMAPIDLE, 1 },
-+ { "imap_idle", DT_BOOL, R_NONE, OPTIMAPIDLE, 0 },
- /*
- ** .pp
- ** When \fIset\fP, mutt will attempt to use the IMAP IDLE extension
debian-specific/correct_docdir_in_man_page.diff
debian-specific/dont_document_not_present_features.diff
-misc/imap_idle_default_off.diff -p0
misc/define-pgp_getkeys_command.diff
misc/autotools-update.diff
+++ mutt-1.5.11+cvs20060126/VERSION
@@ -1 +1 @@
-1.5.11
-+1.5.11+cvs20060126
++1.5.11+cvs20060330
--- mutt-1.5.11+cvs20060126.orig/reldate.h
+++ mutt-1.5.11+cvs20060126/reldate.h
@@ -1 +1 @@
-const char *ReleaseDate = "2005-09-15";
-+const char *ReleaseDate = "2006-01-26";
++const char *ReleaseDate = "2006-03-30";