Re: [Mutt] #2873: Support for gpg groups

2007-11-20 Thread Mutt
#2873: Support for gpg groups Comment (by Thomas Roessler): {{{ On 2007-11-20 17:21:11 +0100, Gregor Zattler wrote: > I second this or some other means to enable encryption to several > keys which have no corresponding recipent in the email headers. I wonder if your use case is doing that

Re: wish: enable encrytion to arbitrary number of keys (was: Re:

2007-11-20 Thread Thomas Roessler
On 2007-11-20 17:21:11 +0100, Gregor Zattler wrote: > I second this or some other means to enable encryption to several > keys which have no corresponding recipent in the email headers. I wonder if your use case is doing that automatically for every message, or doing it interactively for a few?

[Mutt] #2991: Re: mutt-1.5.16: utf-8 support broken somewhere between 1.5.13 and 1.5.16

2007-11-20 Thread Mutt
#2991: Re: mutt-1.5.16: utf-8 support broken somewhere between 1.5.13 and 1.5.16 {{{ > Up to (and including) 1.5.13 mutt works for me out of the box, > including utf-8 support. Starting from (at least) 1.5.16 (haven't > tried 1.5.14 and 1.5.15) utf-8 support is broken (other encodings > stil

[Mutt] #2990: mutt-1.5.16: utf-8 support broken somewhere between 1.5.13 and 1.5.16

2007-11-20 Thread Mutt
#2990: mutt-1.5.16: utf-8 support broken somewhere between 1.5.13 and 1.5.16 {{{ Package: mutt Version: mutt > 1.5.13 Severity: important -- Please type your report below this line Up to (and including) 1.5.13 mutt works for me out of the box, including utf-8 support. Starting from (at l

Re: [Mutt] #2135: % expansion in hooks needs documentation

2007-11-20 Thread Mutt
#2135: % expansion in hooks needs documentation Changes (by pdmef): * status: new => closed * resolution: => fixed Comment: (In [96f931ae0b22]) Document that save-hook/fcc-hook/fcc-save-hook use $index_format expandos. Closes #2135. -- Ticket URL:

Re: [Mutt] #2989: strsep not available on solaris

2007-11-20 Thread Mutt
#2989: strsep not available on solaris Comment (by Neuron): Thank you for the lightning fast response. -- Vlad -- Ticket URL:

Re: [Mutt] #2873: Support for gpg groups

2007-11-20 Thread Mutt
#2873: Support for gpg groups Comment (by Gregor Zattler): {{{ Hi Mutt developers, * Mutt <[EMAIL PROTECTED]> [05. Apr. 2007]: > #2873: Support for gpg groups > > It would be nice if mutt supported GPG groups in the crypt-hook, so that > encrypted mailing lists can easily be done withou

wish: enable encrytion to arbitrary number of keys (was: Re: #2873: Support for gpg groups)

2007-11-20 Thread Gregor Zattler
Hi Mutt developers, * Mutt <[EMAIL PROTECTED]> [05. Apr. 2007]: > #2873: Support for gpg groups > > It would be nice if mutt supported GPG groups in the crypt-hook, so that > encrypted mailing lists can easily be done without the need to create > mailing list keys. I second this or some other

Re: [Mutt] #2520: Mutt line editor displays nonspacing characters

2007-11-20 Thread Mutt
#2520: Mutt line editor displays nonspacing characters at control escapes Comment (by pdmef): These lines are in my_wcwidth() and the my_addwch() functions, the code in both cases is line 2 in: {{{ int n = wcwidth (wc); if (IsWPrint (wc) && n > 0) }}} I'd rather say that if wcwidth(wc)==0,

Re: [Mutt] #2426: simple_search broken when searching for pattern

2007-11-20 Thread Mutt
#2426: simple_search broken when searching for pattern strings like ~f Changes (by pdmef): * status: new => closed * resolution: => fixed Comment: (In [248df630188f]) Simple search: Allow [~+%] to be -escaped. Closes #2426. -- Ticket URL:

Re: [Mutt] #1707: Symbol collations in regular expressions not working

2007-11-20 Thread Mutt
#1707: Symbol collations in regular expressions not working Changes (by pdmef): * status: new => closed * resolution: => invalid Comment: If the underlying libc has bugs or doesn't work as expected, there's little mutt can do about it. You try to build with the included regex engine t

Re: [Mutt] #2945: change the default for $move from ask-no to no

2007-11-20 Thread Mutt
#2945: change the default for $move from ask-no to no Changes (by pdmef): * milestone: 2.0 => 1.6 Comment: Sorry :), set milestone to 1.6 to decide on default config changes. -- Ticket URL:

Re: [Mutt] #1918: Suggestion for addition to example Muttrc

2007-11-20 Thread Mutt
#1918: Suggestion for addition to example Muttrc Changes (by pdmef): * component: mutt => doc * milestone: => 1.6 Comment: Muttrc changes should be decided on for 1.6. -- Ticket URL:

Re: [Mutt] #1423: should support addresses starting with "-" on the

2007-11-20 Thread Mutt
#1423: should support addresses starting with "-" on the command line Changes (by pdmef): * status: new => closed * resolution: => fixed Comment: Fixed in changeset [339fd21bf139] -- Ticket URL:

Re: [Mutt] #286: Muttrc default value (weak header weeding)

2007-11-20 Thread Mutt
#286: Muttrc default value (weak header weeding) Changes (by pdmef): * priority: trivial => minor * component: mutt => display * milestone: => 1.6 Comment: Along with #2984 it may be a good idea to set such defaults for 1.6. -- Ticket URL:

Re: [Mutt] #2989: strsep not available on solaris

2007-11-20 Thread Mutt
#2989: strsep not available on solaris Changes (by pdmef): * status: new => closed * resolution: => fixed Comment: (In [3dd709959912]) Add glibc implementation of strsep() in case a system misses it. Closes #2989. -- Ticket URL:

mutt: new changeset

2007-11-20 Thread Brendan Cully
New changeset in mutt: http://dev.mutt.org/hg/mutt/rev/033eba2d6834 changeset: 5307:033eba2d6834 branch: HEAD tag: tip user:Rocco Rutte <[EMAIL PROTECTED]> date:Mon Nov 19 15:32:47 2007 +0100 summary: Make f=f handler multibyte-aware by not buffering flowed conte