]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/assumed_charset-compat
Grab two patches from upstream that should also go into lenny
[software/mutt-debian.git] / debian / patches / debian-specific / assumed_charset-compat
1 On upstream inclusion of the assumed_charset patch (past 1.5.14), file_charset
2 got renamed to attach_charset. We add it back for compatibility.
3
4 Index: mutt/init.h
5 ===================================================================
6 --- mutt.orig/init.h    2007-03-12 19:11:53.000000000 +0100
7 +++ mutt/init.h 2007-03-12 19:13:56.000000000 +0100
8 @@ -248,6 +248,9 @@ struct option_t MuttVars[] = {
9    ** Note: "iso-2022-*" must be put at the head of the value as shown above
10    ** if included.
11    */
12 +  { "file_charset",    DT_SYN,  R_NONE, UL "attach_charset", 0 },
13 +  /*
14 +  */
15    { "attach_format",   DT_STR,  R_NONE, UL &AttachFormat, UL "%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] " },
16    /*
17    ** .pp