From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How to view a MBOX file Date: Tue, 8 Oct 2002 08:03:38 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <762A7BB74D6AD51195EF00B0D0AA16602C3801@STPETE> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1034057194 24850 127.0.0.1 (8 Oct 2002 06:06:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Oct 2002 06:06:34 +0000 (UTC) Cc: "GNU Emacs Help (E-mail)" Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ynVp-0006Sg-00 for ; Tue, 08 Oct 2002 08:06:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ynTU-00055b-00; Tue, 08 Oct 2002 02:04:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17ynT3-000538-00 for help-gnu-emacs@gnu.org; Tue, 08 Oct 2002 02:03:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17ynSw-00052g-00 for help-gnu-emacs@gnu.org; Tue, 08 Oct 2002 02:03:41 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ynSu-00052T-00 for help-gnu-emacs@gnu.org; Tue, 08 Oct 2002 02:03:33 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA18225; Tue, 8 Oct 2002 08:03:38 +0200 (IST) X-Sender: eliz@is Original-To: Ben Key In-Reply-To: <762A7BB74D6AD51195EF00B0D0AA16602C3801@STPETE> Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2363 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2363 On Mon, 7 Oct 2002, Ben Key wrote: > When downloading one of the list archives from mail.gnu.org the file is in > plain text format containing the message headers and contents of all of the > messages that have been sent to that list. > > What is the best way to open this file with GNU Emacs? C-u M-x rmail RET filename RET > Is there a mode that allows you to hide the message headers, navigate > between messages using a list, and search for and display individual > messages? Yes, the above command does all that. Read the chapter about RMAIL in the Emacs user manual, it has the details.