From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: mail-fcc doesn't write From header Date: Thu, 09 Sep 2004 09:19:24 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4140747C.7040508@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094746987 13456 80.91.224.253 (9 Sep 2004 16:23:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2004 16:23:07 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 09 18:22:47 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C5Rh8-0001CN-00 for ; Thu, 09 Sep 2004 18:22:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5RmS-00010B-HY for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Sep 2004 12:28:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5RmP-0000yv-1j for bug-gnu-emacs@gnu.org; Thu, 09 Sep 2004 12:28:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5RmN-0000xk-4G for bug-gnu-emacs@gnu.org; Thu, 09 Sep 2004 12:28:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5RmN-0000xT-1n for bug-gnu-emacs@gnu.org; Thu, 09 Sep 2004 12:28:11 -0400 Original-Received: from [132.239.1.59] (helo=mailbox7.ucsd.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C5Rgx-0006nz-LF for bug-gnu-emacs@gnu.org; Thu, 09 Sep 2004 12:22:35 -0400 Received-SPF: none (mailbox7.ucsd.edu: domain of mod-submit@uni-berlin.de does not designate permitted sender hosts) Original-Received: from Mail.FU-Berlin.DE (mail.fu-berlin.de [130.133.1.2]) by mailbox7.ucsd.edu (8.13.1/8.13.1) with ESMTP id i89FJIXA074744 for ; Thu, 9 Sep 2004 08:19:19 -0700 (PDT) Original-Received: by Mail.FU-Berlin.DE (Exim 4.42) from curry.zedat.fu-berlin.de ([160.45.10.36]) for gnu-emacs-bug@moderators.isc.org with esmtp id <1C5Qhi-0007J4-4W>; Thu, 09 Sep 2004 17:19:18 +0200 Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.uni-berlin.de with bsmtp id ; Thu, 9 Sep 2004 17:19:17 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 38 X-Orig-X-Trace: news.uni-berlin.de /I2U24zrYCV59kOmnmx5swjp7CG5hTa3Dbu7Iu9yB62z0ffbU= User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-Spamscanner: mailbox7.ucsd.edu (v1.5 Aug 25 2004 09:28:35, -0.1/5.0 3.0.0-rc1) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8978 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8978 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