From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Recognize mbox files? Date: Mon, 09 Feb 2009 13:17:30 -0500 Message-ID: <878wofpj9h.fsf@cyd.mit.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234204204 25724 80.91.229.12 (9 Feb 2009 18:30:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2009 18:30:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 19:31:19 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 1LWauc-0007cm-A5 for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 19:31:18 +0100 Original-Received: from localhost ([127.0.0.1]:38446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWatI-0005ol-KP for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 13:29:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWagr-00089U-Me for emacs-devel@gnu.org; Mon, 09 Feb 2009 13:17:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWagn-000853-J9 for emacs-devel@gnu.org; Mon, 09 Feb 2009 13:17:05 -0500 Original-Received: from [199.232.76.173] (port=44647 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWagn-00084v-EU for emacs-devel@gnu.org; Mon, 09 Feb 2009 13:17:01 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:53212) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWagb-0005Nn-Di; Mon, 09 Feb 2009 13:16:49 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id CCCCE57E18A; Mon, 9 Feb 2009 13:17:30 -0500 (EST) In-Reply-To: (Richard M. Stallman's message of "Mon, 09 Feb 2009 00:31:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108895 Archived-At: Richard M Stallman writes: > Is it reliable enough to recognize mbox files > that we could visit them automatically in Rmail mode? I don't think so. Mbox files are lines that begin with "From ", separated by arbitrary data. There's not enough information to autodetect them.