[mutt] 02/02: debian-specific/Muttrc.patch: add three more headers to mailto_allow (Closes: 834765).

Antonio Radici antonio at moszumanska.debian.org
Sun Sep 25 08:21:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

antonio pushed a commit to branch master
in repository mutt.

commit 3b3777aa56c587398e818317d3654a4e2ff82a64
Author: Antonio Radici <antonio at debian.org>
Date:   Sun Sep 25 09:20:56 2016 +0100

    debian-specific/Muttrc.patch: add three more headers to mailto_allow (Closes: 834765).
---
 debian/NEWS                                 | 3 +++
 debian/changelog                            | 5 ++++-
 debian/patches/debian-specific/Muttrc.patch | 5 ++++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/NEWS b/debian/NEWS
index 1767078..c0beb91 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -10,6 +10,9 @@ mutt (1.7.0-6) unstable; urgency=medium
   have to use $attribution_locale instead, which works differently. More details
   on https://www.mail-archive.com/mutt-dev@mutt.org/msg11544.html.
 
+  As of this version mailto_allow will also include In-Reply-To, Cc and
+  References by default, to change it set mailto_allow in your ~/.muttrc.
+
  -- Antonio Radici <antonio at debian.org>  Sun, 25 Sep 2016 08:48:10 +0100
 
 mutt (1.7.0-2) unstable; urgency=medium
diff --git a/debian/changelog b/debian/changelog
index bed4a12..b94b7c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,10 @@ mutt (1.7.0-6) UNRELEASED; urgency=medium
     + added an info about the deprecation of --encrypt-to in hardcoded gnupg
       command (Closes: 838352).
     + added a note about $attribution_locale and the removal of $locale,
-      introduced with the latest Neomutt version (Closes: 414828)
+      introduced with the latest Neomutt version (Closes: 414828).
+  * debian/patches:
+    + debian-specific/Muttrc.patch: add three more headers to mailto_allow
+      (Closes: 834765).
 
  -- Antonio Radici <antonio at debian.org>  Sat, 24 Sep 2016 23:29:56 +0100
 
diff --git a/debian/patches/debian-specific/Muttrc.patch b/debian/patches/debian-specific/Muttrc.patch
index 7c4bd1a..957b927 100644
--- a/debian/patches/debian-specific/Muttrc.patch
+++ b/debian/patches/debian-specific/Muttrc.patch
@@ -69,7 +69,7 @@ Signed-off-by: Matteo F. Vescovi <mfvescovi at gmail.com>
  #
  # set hostname=cs.hmc.edu
  
-@@ -47,6 +70,10 @@
+@@ -47,6 +70,13 @@
  # be undone with unmime_lookup.
  mime_lookup application/octet-stream
  
@@ -77,6 +77,9 @@ Signed-off-by: Matteo F. Vescovi <mfvescovi at gmail.com>
 +# see http://bugs.debian.org/537746
 +set time_inc=250
 +
++# Allow mutt to understand References, Cc and In-Reply-To as headers in mailto:
++mailto_allow=body subject cc in-reply-to references
++
  ##
  ## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH ***
  ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list