mutt: 3 new changesets

2008-07-11 Thread Brendan Cully
3 new changesets in mutt: http://dev.mutt.org/hg/mutt/rev/934a802dff7f changeset: 5452:934a802dff7f branch: HEAD tag: tip user:Rocco Rutte <[EMAIL PROTECTED]> date:Fri Jul 11 08:47:01 2008 +0200 summary: Verify hostname in (Open)SSL certificate validation http:/

Re: [Mutt] #2875: group-reply with empty address group should prune

2008-07-11 Thread Mutt
#2875: group-reply with empty address group should prune address group Comment (by pdmef): The attached patch that works at least for the case described. As the change needs to add a flag to address copy routines wether they should prune empty groups, I also tried to identify other cases we li

Re: [Mutt] #3033: text_enriched_handler and UTF-8 (and charsets as

2008-07-11 Thread Mutt
#3033: text_enriched_handler and UTF-8 (and charsets as a whole) Comment (by pdmef): Attach patch for text/enriched handler to base it in wchar_t and fgetwc() instead of char and fgetc(). This is largely untested but looks good to me and works for the few text/enriched mails I have. -- Ticke

Re: [Mutt] #1668: Very irritating error ("bad IDN") when an unknown

2008-07-11 Thread Mutt
#1668: Very irritating error ("bad IDN") when an unknown charset (eg. typo: "ise-8859-1") is specified Comment (by pdmef): Add patch to validate all charset-related variables when they change. This relies on iconv_open(s,s) failing if s an unknown charset and succeeding otherwise. This is far

Re: [Mutt] #3048: ZWSP at start of line causes display problems in

2008-07-11 Thread Mutt
#3048: ZWSP at start of line causes display problems in pager Changes (by pdmef): * milestone: => 1.6 Comment: See #3061, too. These should be fixed with one patch. -- Ticket URL:

Re: [Mutt] #3061: display broken when a mail contains U+FEFF

2008-07-11 Thread Mutt
#3061: display broken when a mail contains U+FEFF Changes (by pdmef): * priority: major => minor Comment: Together with #3048 I think mutt should simply drop any u+feff and u+200b characters that have zero width (not sure if we also should add more zero- width chars in a routine like u+20

Re: [Mutt] #3061: display broken when a mail contains U+FEFF

2008-07-11 Thread Mutt
#3061: display broken when a mail contains U+FEFF Comment (by pdmef): Attach patch to skip U+200B and U+FEFF in pager when charset is UTF-8. I'm not sure about the UTF-8 limit but it's more a hack anyway that solves the display issues for me. -- Ticket URL:

Re: [Mutt] #3048: ZWSP at start of line causes display problems in

2008-07-11 Thread Mutt
#3048: ZWSP at start of line causes display problems in pager Comment (by pdmef): See patch add attachment:ticket:3061:zerowidth.diff. -- Ticket URL:

Re: [Mutt] #3061: display broken when a mail contains U+FEFF

2008-07-11 Thread Mutt
#3061: display broken when a mail contains U+FEFF Changes (by heycam): * cc: [EMAIL PROTECTED] (added) -- Ticket URL: