Dear list users,
I am reading the mutt documentation already for 4 days
(at evenings), but still haven't figured out, how do
I sort messages from different mailing lists in different
"mailboxes". I would like to set it up the same way, like
it is done in Netscape: if "To:" or "Cc:" contains
[EMAIL PROTECTED], then put the message not in the "Inbox",
but into the "apache" file.
I am using:
alex:Mail {187} mutt -v
Mutt 1.0.1i (2000-01-18)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
System: OpenBSD 2.7 [using slang 10400]
Compile options:
-DOMAIN
-HOMESPOOL -USE_SETGID -USE_DOTLOCK +USE_FCNTL -USE_FLOCK
+USE_IMAP +USE_POP +HAVE_REGCOMP -USE_GNU_REGEX +HAVE_COLOR
-BUFFY_SIZE
-EXACT_ADDRESS +ENABLE_NLS
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
SHAREDIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/share/mutt"
-ISPELL
To contact the developers, please mail to <[EMAIL PROTECTED]>.
And I have tried adding the following lines to the ~/.muttrc:
set pop_delete
set pop_host="mail"
set pop_port=110
set pop_pass="xxx"
set pop_user="xxx"
# unset pop_last
lists [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
mbox-hook "[EMAIL PROTECTED]" /home/alex/Mail/modperl
mbox-hook "[EMAIL PROTECTED]" /home/alex/Mail/openbsd
mbox-hook "[EMAIL PROTECTED]" /home/alex/Mail/apache-rus
Also, "subscribe" does not work for me:
subscribe [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
produces the error message:
Error in /home/alex/.muttrc, line 233: subscribe: unknown command
source: errors in /home/alex/.muttrc
So, how do I do this? Thank you!
Regards
Alex