On Fri, Jun 19, 2015 at 5:01 AM, Michael Tatge <[email protected]> wrote: > * 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.
Thank you for pointing this out, Michael, and making sure I am aware of the disadvantage about message-hook (I really enjoy these additional intuitive explanations to newbies like me). Kind regards, Xu
