* Mat Harris <[EMAIL PROTECTED]> [2002-08-11 18:42]:
> 1) How do I move mail between folders on the local system?

use the command copy-message ('C') or save-message ('s').
or if you are using maildir format then
you might as well use the "cp" command... ;-)

> 2) Why do my messages disappear when I exit (no, not the
> deleted ones)?  Is it something to do with '~/mbox'.

the default setup does that - move read mails to $mbox.
"set nomove" to make it go away (or is that "unset move"?).

> I use sendmail and access my mail from the local system.  This
> means my 'INBOX' is $MAIL  and my subfolders are in my home
> dir.  How can I get mail back from the mbox into my INBOX?

save them to the folder '!' (your inbox).
see cited text from doc/manual.txt below.

Sven

===
  4.7.  Mailbox Shortcuts
There are a number of built in shortcuts which refer to specific mailboxes.
These shortcuts can be used anywhere you are prompted for a file or mailbox path.
  o  ! -- refers to your ``$spoolfile'' (incoming) mailbox
  o  > -- refers to your ``$mbox'' file
  o  < -- refers to your ``$record'' file
  o  - or !! -- refers to the file you've last visited
  o  ~ -- refers to your home directory
  o  = or + -- refers to your ``$folder'' directory
  o  @alias -- refers to the ``default save folder'' as determined by
     the address of the alias

Reply via email to