On 2008-11-05 08:38:13 -0600, Kyle Wheeler wrote:
> In any case, the problem you face here is that mboxes are not well
> defined (there's no official standard). Imagine moving a message from a
> Maildir into an mbox---what should be used to generate the From_ line?
Mutt uses the Return-Path add
On Wednesday, November 5 at 03:11 PM, quoth Thomas Parmelan:
Mutt doesn't store the envelope from in the saved copy of the
message.
Yes it does. I use mbox folders. The From separator usually uses the
envelope sender. In fact, it really does for incoming messages...
Ahh, sorry, I was thinki
Le mardi 04 novembre 2008 à 16:49, d'après
Kyle Wheeler <[EMAIL PROTECTED]> :
> Mutt doesn't store the envelope from in the saved copy of the message.
Yes it does. I use mbox folders. The From separator usually uses the
envelope sender. In fact, it really does for incoming messages...
> Why do
* Thomas Parmelan [081104 16:00 +0100]
> Hi,
>
> I am using the following configuration (real domains masked) :
>
> set from="[EMAIL PROTECTED]"
> set use_from
> set use_envelope_from
>
> send-hook . 'unmy_hdr from'
> send-hook . 'set from="[EMAIL PROTECTED]"; set realname="Thomas Parmelan"
> se
On Tuesday, November 4 at 03:58 PM, quoth Thomas Parmelan:
The problem I have is that in this case the saved copy of my sent
mails have not the real enveloppe from, but the one derived from the
From:.
Mutt doesn't store the envelope from in the saved copy of the message.
The envelope is not
Hi,
I am using the following configuration (real domains masked) :
set from="[EMAIL PROTECTED]"
set use_from
set use_envelope_from
send-hook . 'unmy_hdr from'
send-hook . 'set from="[EMAIL PROTECTED]"; set realname="Thomas Parmelan"
send-hook . 'unset envelope_from_address'
[here, other send-ho