+mutt (1.5.11+cvs20060126-2) unstable; urgency=medium
+
+ * Make imap_idle default to off, since it does not work with dovecot from
+ stable, which a lot of people use; upstream will make this change before
+ 1.5.12. (Closes: #351263, #354902)
+
+ * Ignore DKIM-Signature by default in /etc/Muttrc. (Closes: #354907)
+
+ -- Adeodato Simó <dato@net.com.org.es> Thu, 2 Mar 2006 22:42:34 +0100
+
mutt (1.5.11+cvs20060126-1) unstable; urgency=low
* Update to CVS 2006-01-26; since this includes a huge diff between
---- mutt-1.5.11.orig/Muttrc.head.in
-+++ mutt-1.5.11/Muttrc.head.in
+--- mutt-1.5.11+cvs20060126.orig/Muttrc.head.in
++++ mutt-1.5.11+cvs20060126/Muttrc.head.in
@@ -6,6 +6,38 @@
#
ignore "from " received content- mime-version status x-status message-id
+ignore date delivered-to precedence errors-to in-reply-to user-agent
+ignore x-loop x-sender x-mailer x-msmail-priority x-mimeole x-ms- x-priority
+ignore x-accept-language x-authentication-warning thread- priority importance
-+ignore x-original-to domainkey-signature
++ignore x-original-to domainkey-signature dkim-signature
+
+# emacs-like bindings
+bind editor "\e<delete>" kill-word
--- /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