diff --git a/debian/patches/0001-Bypass-root-s-mutt-configuration-file.patch b/debian/patches/0001-Bypass-root-s-mutt-configuration-file.patch deleted file mode 100644 index 771791f..0000000 --- a/debian/patches/0001-Bypass-root-s-mutt-configuration-file.patch +++ /dev/null @@ -1,30 +0,0 @@ -Description: Bypass root's mutt configuration file -Subject:Bypass root's mutt configuration file.In case the root user has configured mutt, in their $HOME, for their own - interactive use, we don't want these tweaks to impact the non-interactive use - metche makes of mutt in any way. - . - In case the administrator wants to configure mutt for interactive *and* - non-interactive use, they'd better edit its system-wide configuration file. - . - As mentioned by Andreas Beckmann, a mutt configuration file for the root user - may trigger more occurrences of Debian bug #657071 than needed :) -From:intrigeri -Bug-Debian: https://bugs.debian.org/657071 -Origin: upstream, commit:1e61154f49422f2d718f34114991f92861370718 ---- - metche | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/metche b/metche -index 4bf511c..ef1983e 100755 ---- a/metche -+++ b/metche -@@ -82,7 +82,7 @@ add_header() { - _mail() { - local subject="$1" - if which mutt > /dev/null ; then -- LC_ALL="$LOCALE" mutt -s "$subject" "$EMAIL_ADDRESS" -+ LC_ALL="$LOCALE" mutt -F/dev/null -s "$subject" "$EMAIL_ADDRESS" - elif which mail > /dev/null ; then - LC_ALL="$LOCALE" mail -s "$subject" "$EMAIL_ADDRESS" - elif [ -x /usr/sbin/sendmail ]; then diff --git a/debian/patches/0002-Tell-mutt-not-to-save-outgoing-email.patch b/debian/patches/0002-Tell-mutt-not-to-save-outgoing-email.patch deleted file mode 100644 index bf8be37..0000000 --- a/debian/patches/0002-Tell-mutt-not-to-save-outgoing-email.patch +++ /dev/null @@ -1,22 +0,0 @@ -Description: Tell mutt not to save outgoing email -Subject:Tell mutt *not* to save outgoing email.This fixes Debian bug #657071. -From:intrigeri -Bug-Debian: https://bugs.debian.org/657071 -Origin: upstream, commit:84b8fb4e25b5c78965a5e7babafa7e356ada572a ---- - metche | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/metche b/metche -index ef1983e..e3836c4 100755 ---- a/metche -+++ b/metche -@@ -82,7 +82,7 @@ add_header() { - _mail() { - local subject="$1" - if which mutt > /dev/null ; then -- LC_ALL="$LOCALE" mutt -F/dev/null -s "$subject" "$EMAIL_ADDRESS" -+ LC_ALL="$LOCALE" mutt -F/dev/null -e 'set record="/dev/null"' -s "$subject" "$EMAIL_ADDRESS" - elif which mail > /dev/null ; then - LC_ALL="$LOCALE" mail -s "$subject" "$EMAIL_ADDRESS" - elif [ -x /usr/sbin/sendmail ]; then diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index ed85353..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -0001-Bypass-root-s-mutt-configuration-file.patch -0002-Tell-mutt-not-to-save-outgoing-email.patch