On Mon, Apr 30, 2001 at 06:12:12PM +0800, ZHENG, You-Zhong wrote:
> 1)I use 'L' to reply to mailing list, is there any fast key
> to quickly post in mailing list? e.g. There for I don't
> have to type To: [EMAIL PROTECTED]
For every subscribed mailing-list I use a distinct folder, using the
folder-hook mechanism I made a <CTRL>-L macro for a new message to the
list, e.g.
folder-hook +Maillist/Mutt 'macro index "\CL" ":my_hdr to: \
Mutt-User-List <[EMAIL PROTECTED]>^M:my_hdr Mail-Followup-To: \
Mutt-User-List <[EMAIL PROTECTED]>^M:push m^M:unmy_hdr to mail-followup-to^M"'
folder-hook +Maillist/Mutt 'macro pager "\CL" ":my_hdr to: \
Mutt-User-List <[EMAIL PROTECTED]>^M:my_hdr Mail-Followup-To: \
Mutt-User-List <[EMAIL PROTECTED]>^M:push m^M:unmy_hdr to mail-followup-to^M"'
(I am not sure about the \-support, in my .muttrc it is in one line)
HTH
Frank