From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.devel Subject: Re: message-mode / mail-mode Date: Fri, 03 Jul 2009 12:07:53 +0300 Message-ID: <874otui17a.fsf@iki.fi> References: <87vdmcnfkc.fsf@catnip.gol.com> <87bpo2i52l.fsf@iki.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246612101 380 80.91.229.12 (3 Jul 2009 09:08:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jul 2009 09:08:21 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 03 11:08:14 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MMekg-00043r-1f for ged-emacs-devel@m.gmane.org; Fri, 03 Jul 2009 11:08:14 +0200 Original-Received: from localhost ([127.0.0.1]:32966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMekf-0001i5-A3 for ged-emacs-devel@m.gmane.org; Fri, 03 Jul 2009 05:08:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMekb-0001i0-9n for emacs-devel@gnu.org; Fri, 03 Jul 2009 05:08:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMekW-0001hm-M1 for emacs-devel@gnu.org; Fri, 03 Jul 2009 05:08:09 -0400 Original-Received: from [199.232.76.173] (port=45600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMekW-0001hj-Ff for emacs-devel@gnu.org; Fri, 03 Jul 2009 05:08:04 -0400 Original-Received: from mta-out.inet.fi ([195.156.147.13]:38175 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMekN-0004m4-6y; Fri, 03 Jul 2009 05:07:55 -0400 Original-Received: from mithlond.arda.local (80.220.180.181) by kirsi1.inet.fi (8.5.014) id 49F6055A0263C282; Fri, 3 Jul 2009 12:07:53 +0300 Original-Received: from dtw by mithlond.arda.local with local (Exim 4.69) (envelope-from ) id 1MMekL-0001OG-B4; Fri, 03 Jul 2009 12:07:53 +0300 In-Reply-To: (Miles Bader's message of "Fri, 03 Jul 2009 17:43:57 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111945 Archived-At: On 2009-07-03 17:43 (+0900), Miles Bader wrote: > You should set the variable `mail-header-separator' to ""; > message-mode also pays attention to this variable. > > [I do this, and it makes filling in both mail-mode and message-mode > "do the right thing" for standard mail files.] Ah, thanks! Then I don't have use for mail-mode anymore. Message-mode doesn't recognize headers and bodies in multi-message mbox files but I rarely need to load mbox files directly to my editor so this is not really important.