Bye
Jonas
--
Some people have told me they don't think a fat penguin really embodies the
grace of Linux, which just tells me they have never seen a angry penguin
charging at them in excess of 100mph. They'd be a lot more careful about
what they say if they had. -- Linus Torvalds, announcing Linux v2.0
> Hey ho,
Hmm a Disney fan?
> I've created own folders for every mailinglist. Now I wanna configure
> mutt that I automaticly reply to the mailinglist, not to the poster
> when I wanna answer to a mail which is in the folder 'mailinglist' or
> wich has maili...@list.server.org in the to-address. How can I do
> this?
Use the l key for list-reply:
Little bit overcomplete but:
http://www.xs4all.nl/~hanb/dot-mutt/folderhooks
Groetjes, Han.
--
homepage : http://www.xs4all.nl/~hanb
pgpkey : http://www.xs4all.nl/~hanb/keys/Han_pubkey.asc )
email : h a n @ m i j n c o m p u t e r . n l (
irc : fontana.openprojects.net#UnixNL c[ ]
use the 'subscribe' command in your .muttrc, and hand it enough of your
ML's email address to make sure it matches. eg:
# -- from ~/.muttrc
# subscribed mailing lists
subscribe perl-unix-users
subscribe perl-win32-web
subscribe python-announce
subscribe w3m-dev-en
(Since I'm only in the English list for w3m, I can probably simply say
simply:
subscribe w3m
but it might also match w3m_...@hotmail.com, so I don't. =)
You could include the entire posting address, but I can never keep track
of all the domains ActiveState uses anymore; perl-unix-users more than
enough for that list.
Now, when you're reading a post from that mailing list, just hit 'L'
instead of 'r' to reply to the _list_ and not the originator.
Does this help?
Tim
--
If the human mind was simple enough to understand,
we'd be too simple to understand it.
-- Emerson Pugh
Oh yea, this helps. Thanks a lot.
If you have one folder per list, you might also want to
change `index-format' to see the author name instead
of the name of the list (look at `%F' in the manual).
For example :
set index_format="%4C %Z %[%b %d] %-15.15F (%4c) %s"
^