bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mail-fcc doesn't write From header


From: Kevin Rodgers
Subject: Re: mail-fcc doesn't write From header
Date: Thu, 09 Sep 2004 09:19:24 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Olivier Cappe wrote:
> Emails saved with Fcc (mail-fcc) do not have a From field. Here is
> and example
>
> To: comcap@free.fr
> FCC: ~/testfile
> Subject: test
> --text follows this line--
> test
>
> $ cat ~/testfile
>>From cappe Thu Sep  9 13:56:58 +0200 2004
> To: comcap@free.fr
> Subject: test
>
> test
>
>
> I am running emacs -q to avoid customization related
> issues. mail-fcc did insert a From field with Emacs <= 20.

mail-do-fcc writes the From: header if it is present in the message
composition buffer.  What does `C-h v send-mail-function' say?

For sendmail-send-it, a From: header is inserted unless
mail-from-style is set to system-default.

For smtpmail-send-it, a From: header is inserted unless
mail-from-style is something other than angles, parens, or nil.

For feedmail-send-it, a From: header may be inserted depending on the
value of feedmail-from-line.

For post-mail-send-it, a From: header is not inserted.

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]