I'm subscribed to several mailing lists and like to download
email via pop3 but not delete it from a unix shell to view
important email.
I would like to weed out some mailing lists i'm on from my local
mailbox so I can view important messages only in my mailbox.
I don't want to use procmail to split the mailing lists into seperate
mailing lists, i'd like to get mutt to just not display those messages,
i'm just getting a little confused with the configuration.
I'll try and simplify my .muttrc, this is basically what i've been trying to
do, but getting lost ( loosing consciousness morelike ) :-)
ignore *
ignore To: [EMAIL PROTECTED]
unignore from: subject to cc mail-followup-to date x-mailer x-url
set folder=~/Mail # where i keep my mailboxes
folder-hook . set weed
Thanks for your help,
Darren