[Mutt] #2969: new function: lock-tag-prefix

2007-10-10 Thread Mutt
#2969: new function: lock-tag-prefix I wanted a way to have a macro that: - when applied with tag-prefix, applies several commands to all tagged messages - when applied without tag-prefix, applies the same commands to the current message So I added two functions to mutt: lock-tag-prefix a

[Mutt] #2968: "mailto:" URL parsing stops at "references" header

2007-10-10 Thread Mutt
#2968: "mailto:"; URL parsing stops at "references" header The following command line: mutt 'mailto:[EMAIL PROTECTED]&References=%3c153185.7884%40example.org%3e&[EMAIL PROTECTED]' does not take into account the given "From" header. More generally, any header (or body) that is put after the

Re: [PATCH] fix indent_string handling with format=flowed

2007-10-10 Thread Johannes Stezenbach
Hi, On Wed, Oct 10, 2007 at 07:01:50PM +0200, Rocco Rutte wrote: > * Johannes Stezenbach [07-10-10 18:01:15 +0200] wrote: > >> changeset: 5109:d3e0d6c60d87 >> branch: HEAD >> user:Brendan Cully <[EMAIL PROTECTED]> >> date:Tue Apr 10 13:46:09 2007 -0700 >> summary: Don't

Re: [PATCH] fix indent_string handling with format=flowed

2007-10-10 Thread Rocco Rutte
Hi, * Johannes Stezenbach [07-10-10 18:01:15 +0200] wrote: changeset: 5109:d3e0d6c60d87 branch: HEAD user:Brendan Cully <[EMAIL PROTECTED]> date:Tue Apr 10 13:46:09 2007 -0700 summary: Don't use $indent_string to quote replies to flowed messages (closes #2874). in

[PATCH] fix indent_string handling with format=flowed

2007-10-10 Thread Johannes Stezenbach
Hi, changeset: 5109:d3e0d6c60d87 branch: HEAD user:Brendan Cully <[EMAIL PROTECTED]> date:Tue Apr 10 13:46:09 2007 -0700 summary: Don't use $indent_string to quote replies to flowed messages (closes #2874). introduced a regression when replying to format=flowed mails.