mutt: new changeset

2007-05-03 Thread Brendan Cully
New changeset in mutt: http://dev.mutt.org/hg/mutt/rev/f6861b85f22b changeset: 5147:f6861b85f22b branch: HEAD tag: tip user:N.J. Mann <[EMAIL PROTECTED]> date:Wed May 02 10:50:07 2007 -0700 summary: Add next-folder command -- Repository URL: http://dev.mutt.org

Re: ChangeLog file

2007-05-03 Thread Vincent Lefevre
On 2007-05-02 10:39:10 -0700, Brendan Cully wrote: > > In fact, the main problem is that the date doesn't correspond to > > the latest change date. When building Mutt, if a .hg directory is > > available, couldn't the date be taken from it? > > It could, yes. How about something like that (see at

Re: change_folder_next patch

2007-05-03 Thread Alain Bench
Hello Nick, On Monday, April 30, 2007 at 15:57:20 +0100, N.J. Mann wrote: > I've left it bound to ',' for now, but... There is another argument against binding comma: Since ages, by default comma is not bound. This fact is well known by users, and they frequently use the comma for their cus

Re: change_folder_next patch

2007-05-03 Thread N.J. Mann
On Thursday, 3 May, 2007 at 12:16:39 +0200, Alain Bench wrote: > On Monday, April 30, 2007 at 15:57:20 +0100, N.J. Mann wrote: > > > I've left it bound to ',' for now, but... > > There is another argument against binding comma: Since ages, by > default comma is not bound. This fact is well

[Mutt] #2885: Buffer overflows in mutt_gecos_name

2007-05-03 Thread Mutt
#2885: Buffer overflows in mutt_gecos_name {{{ --- muttlib.c.orig Thu Jun 8 13:51:03 2006 +++ muttlib.c Thu May 3 13:41:28 2007 @@ -532,16 +532,19 @@ char *mutt_gecos_name (char *dest, size_t destlen, str pwnl = strlen (pw->pw_name); - for (idx = 0; dest[idx]; idx++) + for

Re: change_folder_next patch

2007-05-03 Thread Vincent Lefevre
On 2007-05-03 14:29:04 +0100, N.J. Mann wrote: > On Thursday, 3 May, 2007 at 12:16:39 +0200, Alain Bench wrote: > > BTW, in Mutt's speak this function doesn't jump to the next > > _folder_, but to the next _mailbox_ (a folder declared in "mailboxes" > > list) with new mail. Nuance. Shouldn't i

Re: change_folder_next patch

2007-05-03 Thread Rado S
=- Alain Bench wrote on Thu 3.May'07 at 12:16:39 +0200 -= > > I've left it bound to ',' for now, but... > > There is another argument against binding comma: Since ages, by > default comma is not bound. This fact is well known by users, and > they frequently use the comma for their custom binds.

fcc_attach=no improvement suggestion

2007-05-03 Thread Louis-David Mitterrand
Hello, I am following the exciting new rythm of mutt's development and this leads me to humbly submit an improvement request. When fcc_attach=no outgoing attachements are not saved in the 'Sent' mailbox however it would be convenient to have a record of what was attached at the time it was sen

Re: fcc_attach=no should (optionally) leave a clue to original

2007-05-03 Thread Rado S
=- Louis-David Mitterrand wrote on Thu 3.May'07 at 17:21:26 +0200 -= > When fcc_attach=no outgoing attachements are not saved in the > 'Sent' mailbox however it would be convenient to have a record of > what was attached at the time it was sent: file path, size and > last modification. This would

Re: [Mutt] #2885: Buffer overflows in mutt_gecos_name

2007-05-03 Thread Mutt
#2885: Buffer overflows in mutt_gecos_name Comment (by raylai): Actually this is all that is necessary: {{{ --- muttlib.c.orig Thu May 3 09:41:31 2007 +++ muttlib.c Thu May 3 13:54:16 2007 @@ -536,7 +536,9 @@ char *mutt_gecos_name (char *dest, size_t destlen, str { if (des