mutt: 2 new changesets

2007-07-09 Thread Brendan Cully
2 new changesets in mutt: http://dev.mutt.org/hg/mutt/rev/6241f5669264 changeset: 5184:6241f5669264 branch: HEAD tag: tip user:David Champion <[EMAIL PROTECTED]> date:Sun Jul 08 18:27:35 2007 -0700 summary: This patch implements the "%* " notation, which is analo

Re: [PATCH] Allow send-hooks to effectively change $from and

2007-07-09 Thread Thomas Roessler
I'm not sure there's a significant use case in here that can't be solved with my_hdr. That said, the way in which two pointers to the same ADDRESS structure are being used here is a recipe for later memory corruption. Don't do these kinds of things. Cheers, -- Thomas Roessler <[EMAIL PROTECTE

Re: [Mutt] #2897: message counts in mailbox view all zero (IMAP,

2007-07-09 Thread Mutt
#2897: message counts in mailbox view all zero (IMAP, courier) Comment (by Jajcus): I can confirm that the problem is in the [5052:b0014913dd74] changeset. The problem is gone as soon as I reverted the change. What problem was this change supposed to solve? -- Ticket URL:

Re: [Mutt] #2897: message counts in mailbox view all zero (IMAP,

2007-07-09 Thread Mutt
#2897: message counts in mailbox view all zero (IMAP, courier) Comment (by Jajcus): Ok... after reverting the 5052 change not everything is right -- if I have new messages in a folder, then number of all unread messages (instead of the really new) is shown. But if there is no new message in th

[PATCH] Clean up mx.c: init stat structs to zero

2007-07-09 Thread Aron Griffis
# HG changeset patch # User Aron Griffis <[EMAIL PROTECTED]> # Date 1183988719 14400 # Branch HEAD # Node ID 1d6b7eee167c081494f8c6962241035adc7dc03f # Parent 8d68a4432571f5d47a19792f899fd5fa0d7cb58e Clean up mx.c: init stat structs to zero prev_sb.st_size was initialized to zero if USE_FCNTL but

Re: [PATCH] Allow send-hooks to effectively change $from and

2007-07-09 Thread Aron Griffis
Hi Thomas, Thomas Roessler wrote: [Mon Jul 09 2007, 07:26:21AM EDT] > I'm not sure there's a significant use case in here that can't be > solved with my_hdr. I'd like to set my From address with this algorithm: - use reverse_name if possible - otherwise set the From address in a send-hoo

Mail information OpenSource

2007-07-09 Thread olivier.brun
Good morning,   We search a library that allow us to support X400 P3/P7 with a mail client. We have SMTP/MIME format that we want to convert to X.400. Supported platform are Windows or Linux. We search Code OpenSource or a library that allow our mail client to support the X400 protocol. Have you

[PATCH] v2: Allow send-hooks to effectively change $from and $use_from

2007-07-09 Thread Aron Griffis
This ended up being quite a bit simpler... # HG changeset patch # User Aron Griffis <[EMAIL PROTECTED]> # Date 1183995154 14400 # Branch HEAD # Node ID 5eddae9ff4a77ec87292f093a428efcc7f8a7355 # Parent 5d74a79deeb392001d49a57cc2fa1e2648388204 Allow send-hooks to effectively change $from and $use_