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: Qs about RMAIL Date: Sat, 24 Apr 2004 19:05:42 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <9003-Sat24Apr2004190542+0300-eliz@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1082823038 12320 80.91.224.253 (24 Apr 2004 16:10:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Apr 2004 16:10:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 24 18:10:29 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BHPjY-00005X-00 for ; Sat, 24 Apr 2004 18:10:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHPjF-0007Py-FO for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Apr 2004 12:10:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHPij-0007Pl-7F for help-gnu-emacs@gnu.org; Sat, 24 Apr 2004 12:09:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHPiD-0007Js-G2 for help-gnu-emacs@gnu.org; Sat, 24 Apr 2004 12:09:36 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHPf7-0006Fl-Uu for help-gnu-emacs@gnu.org; Sat, 24 Apr 2004 12:05:54 -0400 Original-Received: from zaretski ([80.230.152.239]) by aragorn.inter.net.il (MOS 3.4.5-GR) with ESMTP id CTF38024; Sat, 24 Apr 2004 19:05:52 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from kj on Sat, 24 Apr 2004 15:26:59 +0000 (UTC)) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17954 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17954 > From: kj > Newsgroups: gnu.emacs.help > Date: Sat, 24 Apr 2004 15:26:59 +0000 (UTC) > > M-x set-variable[RET] > rmail-primary-inbox-list[RET] > /home/jones/mail/test[RET] > > ...but I got the error > > set-variable: Value `/home/jones/mail/test' does not match type > choice of rmail-primary-inbox-list > > What's the correct way to enter a list of inboxes? The value of rmail-primary-inbox-list should be a list of strings, so you should have typed something like ("/home/jones/mail/test")[RET] at the prompt. > 3. What's the simplest way to convert a file from the usual Unix mail > format to BABYL? The `g' command in RMAIL should do that for you.