all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@alum.mit.edu>
Subject: Re: Qs about RMAIL
Date: Sat, 24 Apr 2004 12:15:16 -0400	[thread overview]
Message-ID: <barmar-5EEB9E.12151624042004@comcast.ash.giganews.com> (raw)
In-Reply-To: c6e103$5ru$1@reader2.panix.com

In article <c6e103$5ru$1@reader2.panix.com>, kj <socyl@987jk.com> 
wrote:

> Hi!
> 
> 1. I tried setting the variable rmail-primary-inbox-list using
> 
>    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?

Lists are enclosed in parentheses.  And the elements of this list are 
supposed to be strings, which are enclosed in doublequotes.  So you 
should type:

("/home/jones/mail/test")

> 
> 2. Is there a way to tell rmail to fetch mail "just this once" from an
>    inbox that is not among the ones that it normally gets mail from?
>    (By "just this once" I mean "without having to first set
>    rmail-primary-inbox-list and then reset it back to its original
>    value")

Give a numeric prefix argument to the "g" command, and it will prompt 
for a file to read from.

> 3. What's the simplest way to convert a file from the usual Unix mail
>    format to BABYL?  (Actually I'm interested in ways to do this from
>    within Emacs, as well as from the Unix command line)

Read the file as an inbox into an RMAIL buffer, and then save the buffer.

> 4. Does anybody know of a procmail recipe to save mail to a file in
>    BABYL format?

I don't.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***

  reply	other threads:[~2004-04-24 16:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-24 15:26 Qs about RMAIL kj
2004-04-24 16:15 ` Barry Margolin [this message]
2004-04-24 17:05 ` Eli Zaretskii
2004-04-24 17:29 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=barmar-5EEB9E.12151624042004@comcast.ash.giganews.com \
    --to=barmar@alum.mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.