From cc88e981a89f23d6090a367c7c78208f539f0c0a Mon Sep 17 00:00:00 2001 From: Antonio Radici Date: Wed, 27 May 2009 23:57:45 +0100 Subject: [PATCH] doc update: clarify what attach_charset does (Closes: 502628) --- debian/changelog | 2 ++ debian/patches/series | 1 + .../upstream/502628-attach_charset-doc.patch | 17 +++++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 debian/patches/upstream/502628-attach_charset-doc.patch diff --git a/debian/changelog b/debian/changelog index 8ac83c2..e7218bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ mutt (1.5.19-4) unstable; urgency=low + sasl, mutt segfaults on reconnect to IMAPS server (Closes: 524420) * patches/upstream/350957-postponed-to-bcc.patch + display bcc for postponed message if there is no To (Closes: 350957) + * patches/upstream/502628-attach_charset-doc.patch + + doc update: clarify what attach_charset does (Closes: 502628) -- Antonio Radici Tue, 26 May 2009 23:42:51 +0100 diff --git a/debian/patches/series b/debian/patches/series index c758e72..5e4b601 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -35,6 +35,7 @@ upstream/493719-segfault-imap-close.patch upstream/514960-certificate-insecure-algorithm.patch upstream/524420-segfault-reconnect-sasl.patch upstream/350957-postponed-to-bcc.patch +upstream/502628-attach_charset-doc.patch misc/hyphen-as-minus.patch misc/manpage-typos.patch diff --git a/debian/patches/upstream/502628-attach_charset-doc.patch b/debian/patches/upstream/502628-attach_charset-doc.patch new file mode 100644 index 0000000..cffdbbe --- /dev/null +++ b/debian/patches/upstream/502628-attach_charset-doc.patch @@ -0,0 +1,17 @@ +clarify what attach_charset does, see http://bugs.mutt.org/3165 +and http://bugs.debian.org/502628 + +--- a/init.h ++++ b/init.h +@@ -197,7 +197,10 @@ + /* + ** .pp + ** This variable is a colon-separated list of character encoding +- ** schemes for text file attachments. ++ ** schemes for text file attachments. Mutt uses this setting to guess ++ ** which encoding files being attached are encoded in to convert them to ++ ** a proper character set given in $$send_charset. ++ ** .pp + ** If \fIunset\fP, the value of $$charset will be used instead. + ** For example, the following configuration would work for Japanese + ** text handling: -- 2.43.0