Re: Mailing Lists and setting To: on new messages
Hello Ryan,
On Friday, July 13, 2007 at 23:04:49 -0700, Ryan Phillips wrote:
> What is the most elegant way to, within a folder, and on a new message
> set the To: automatically for mailing lists?
Probably rebind the [m] key to a macro doing <mail> and filling the
"To:" prompt. Something like:
| folder-hook . "bind index,pager m mail"
| folder-hook \\<list\\.mutt\\.dev$ \
| "macro index,pager m <mail><kill-line>mutt-dave@xxxxxxxx<Enter>"
>| folder-hook =list.mutt.dev "my_hdr To: mutt-dev@xxxxxxxx"
This is dangerous: It makes private replies leak to the list.
Bye! Alain.
--
How to Report Bugs Effectively
<URL:http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>