On Thu, Sep 20, 2001 at 12:34:53AM +0200, Andreas Ntaflos wrote:
> 
> How do I config Mutt to have a mailbox file for lets 
> say each of the mailing lists I am subscribed to?
> A filter if you want, that puts mail from a specific
> address into a specific mailbox. 
> Or how do I set up Mutt to have a seperate mailbox
> for a second e-mail address?

Here are a couple other mutt-specific things you can add in your muttrc
file to help sorting out mail. Procmail gets you only halfway there. It
will place mail in separate folders, but you still need to manage the
separate folders in Mutt.

The following items are from my muttrc file. Each item can be found in
the mutt manual ;-)

#parameter settings
set folder=~/Mail
set record=~/Mail/sent-mail
set mbox=~/Mail/inbox

#lists
subscribe mutt-announce  # These tell mutt that you are subscibed
subscribe mutt-users     # to these mailing lists

# mailboxes
mailboxes !              # These associate folders as mailboxes.
mailboxes =mutt-spool    # The folder name corresponds to the 
                         # destination that procmail is sending to.

#spool hooks for default read messages
mbox-hook mutt-spool        =mutt      # This sets the folder mutt
                                       # to be the destination of
                                       # the read mail when you leave
                                       # the spool folder.

-- 
David Rock
[EMAIL PROTECTED]

PGP signature

Reply via email to