+ Section: debug for mutt-dbg
+ debhelper dependency updated to support dh_lintian
+ Standards-Version bumped to 3.8.1
- * debian/patches, the following patches were refreshed against upstream/1.5.19:
- + features/{ifdef,maildir-mtime,xtitles,trash-folder,purge-message}
- + features-old/patch-1.5.4.vk.pgp_verbose_mime
- + debian-specific/{Md.etc_mailname_gethostbyname.diff,correct_docdir_in_manpage.diff,
- assumed_charset-compat}
- + mutt-patched/*
- * debian/patches/mutt-patched/sidebar: added the new sidebar patch for 1.5.19
+ * debian/patches
+ + added a small description to all patches missing it
+ + the following patches were refreshed against upstream/1.5.19:
+ * features/{ifdef,maildir-mtime,xtitles,trash-folder,purge-message}
+ * features-old/patch-1.5.4.vk.pgp_verbose_mime
+ * debian-specific/{Md.etc_mailname_gethostbyname.diff,correct_docdir_in_manpage.diff,
+ assumed_charset-compat}
+ * mutt-patched/*
+ + mutt-patched/sidebar: added the new sidebar patch for 1.5.19
* debian/rules: re-enabled building of mutt-patched for 1.5.19
-- Antonio Radici <antonio@dyne.org> Sun, 24 May 2009 17:24:18 +0100
+If /etc/mailname is present, the hostname inside the file will be
+used, rather than calling gethostbyname() on the actual hostname
+
--- a/init.c
+++ b/init.c
@@ -47,6 +47,7 @@
+Use links(1) to generate the HTML manual page
+
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -98,7 +98,8 @@ uninstall-local:
+Fix the link so it points to the correct docdir and gzipped manuall
+
--- a/doc/mutt.man
+++ b/doc/mutt.man
@@ -185,7 +185,7 @@
+Some customization of the option which are straying from the default
+only on Debian systems
+
--- a/init.h
+++ b/init.h
@@ -304,6 +304,9 @@ struct option_t MuttVars[] = {
+As the patch says, this will add an include so only documented options
+for Debian will be used
+
--- a/init.h
+++ b/init.h
@@ -19,7 +19,7 @@
+This patch will allow mutt -v to return a sorted list of patches
+
Index: trunk/patchlist.sh
===================================================================
--- trunk.orig/patchlist.sh 2007-03-15 15:50:14.000000000 +0100
+Even if EDITOR is not set, mutt will always use /usr/bin/editor (which
+is set by update-alternatives), rather than falling back to vi
+
--- a/init.c
+++ b/init.c
@@ -3114,7 +3114,7 @@ void mutt_init (int skip_sys_rc, LIST *c
+Enable pgp_mime_signature_filename and pgp_mime_signature_description
+
--- a/globals.h
+++ b/globals.h
@@ -241,6 +241,8 @@
+to enable the use of compressed folders
+
--- a/config-debian.h
+++ b/config-debian.h
@@ -0,0 +1,4 @@
+Adds AM_MAINTAINER_MODE to configure.ac so the timestamp of the
+automake files won't be updated
+
Index: debian-mutt-sidebar/configure.ac
===================================================================
--- debian-mutt-sidebar.orig/configure.ac 2007-08-11 16:42:36.000000000 +0200
+disabling pgp_getkeys_command until upstream fixes it
+
--- a/contrib/gpg.rc
+++ b/contrib/gpg.rc
@@ -72,6 +72,8 @@ set pgp_list_secring_command="gpg --no-v
+use the correct path of pgpewrap
+
Index: debian-mutt/contrib/gpg.rc
===================================================================
--- debian-mutt.orig/contrib/gpg.rc 2007-03-20 22:20:31.000000000 +0100
+add CA's provided by ca-certificates to the ones distributed by
+the default installation of mutt
+
--- a/contrib/smime.rc
+++ b/contrib/smime.rc
@@ -4,33 +4,34 @@
+This is the sidebar patch.
+
+When enabled, mutt will show a list of mailboxes with (new) message counts in a
+separate column on the left side of the screen.
+
+As this feature is still considered to be unstable, this patch is only applied
+in the "mutt-patched" package.
+
+* Configuration variables:
+
+ sidebar_delim (string, default "|")
+
+ This specifies the delimiter between the sidebar (if visible) and
+ other screens.
+
+ sidebar_visible (boolean, default no)
+
+ This specifies whether or not to show sidebar (left-side list of folders).
+
+ sidebar_width (integer, default 0)
+-
+ The width of the sidebar.
+
+* Patch source:
+ - http://www.lunar-linux.org/index.php?page=mutt-sidebar
+ - http://lunar-linux.org/~tchan/mutt/patch-1.5.19.sidebar.20090522.txt
+
+* Changes made:
+ - 2008-08-02 myon: Refreshed patch using quilt push -f to remove hunks we do
+ not need (Makefile.in).
+
--- a/buffy.c
+++ b/buffy.c
@@ -261,7 +261,7 @@
+Dummy patch to serve as marker separating patches for mutt-patched
+
--- /dev/null
+++ b/.mutt.org
@@ -0,0 +1 @@