* On Thu, Jun 18, 2015 02:51PM -0400 Xu Wang ([email protected]) muttered: > Often I make the mistake of pressing "r" to reply to the list when > indeed I would like to press "L". > I can of course edit the "to" but I would like to just > be able to press "L" (if I understand correctly, this might also > correctly set some headers). > > Is there anyway to implement such a bind?
No, but you could use a folder- or message-hook to bind "r" to <list-reply> I.e.: folder-hook . 'bind index,pager r reply' folder-hook =mailinglists 'bind index,pager r list-reply' message-hook . 'bind index,pager r reply' message-hook ~l 'bind index,pager r list-reply' message-hook of course has the disadvantage that you need to view the message first. HTH, Michael -- PGP-Key-ID: EEE7D043 Jabber: [email protected]
