mutt: 2 new changesets

2008-07-19 Thread Brendan Cully
2 new changesets in mutt: http://dev.mutt.org/hg/mutt/rev/7729b1ad530c changeset: 5457:7729b1ad530c branch: HEAD tag: tip user:Aron Griffis <[EMAIL PROTECTED]> date:Thu Jul 10 09:38:25 2008 -0400 summary: Unify mutt_write_references http://dev.mutt.org/hg/mutt/r

Re: [Mutt] #2014: mutt quote/dequote headers too many times

2008-07-19 Thread Mutt
#2014: mutt quote/dequote headers too many times Comment (by vinc17): Replying to [comment:6 TAKAHASHI Tamotsu]: > Oh, I removed the RFC822Specials case from rfc822_write_address_single(). > Though I don't remember why I made such a modification, > you may want to revert the chunk of the pat

[Mutt] #3095: Alias command has no defined charset

2008-07-19 Thread Mutt
#3095: Alias command has no defined charset When using alias command to add aliases to alias file mutt, just writes text in the current charset. So the alias file ends up with lines using different charsets, making aliases (mostly names) a mess if they were added from terminals with different

Re: [Mutt] #3093: query_command forgets full name

2008-07-19 Thread Mutt
#3093: query_command forgets full name Comment (by pdmef): There're only 3 changes to query.c between 1.5.13 and 1.5.18 all regarding presentation of the results. Parsing stays the same and is simply strtok with \n\t. It works for me, too. -- Ticket URL:

[PATCH] Interix support in regexp.c

2008-07-19 Thread Fabian Groffen
To compile mutt-1.5.18 on Interix (scaringly close to Windows) I had to make a little patch. Please review carefully, as I'm unsure about the int whereas what's actually required is a char, but then via this bitshift... I've tested this patch on Darwin, Solaris and Interix, where regular expressi