-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Saturday, October 23 at 05:45 PM, quoth Mike Hollis:
> The only problem with this config is I have to use List-Reply for 
> some mail and not for others.

I had this problem (or something similar), and I used hooks to "fix" 
it for all intents and purposes. With the following hooks, I just use 
'r' to reply to any and all messages, and mutt will almost always do 
the right thing:

# make replying to the list something I don't have to think about               
folder-hook .                     'bind index l list-reply; bind index r reply' 
folder-hook "INBOX.Subscribed"    'bind index r list-reply; bind index l reply' 
folder-hook "INBOX.Organizations" 'bind index r list-reply; bind index l reply' 
message-hook .                    'bind pager l list-reply; bind pager r reply' 
message-hook ~l                   'bind pager r list-reply; bind pager l reply' 

In essence, this swaps r and l back and forth in terms of what they 
do. The first three hooks handle index behavior, the last two hooks 
handle "what happens when I'm viewing a message" (and function 
independently of the first three hooks, so list messages can be in any 
folder). For messages that match the ~l pattern (i.e. lists I am 
subscribed to or have otherwise defined as mailing lists), r is a 
list-reply, otherwise, it's a normal reply.

Maybe this will help you.

~Kyle
- -- 
I do not feel obliged to believe that the same God who has endowed us 
with sense, reason, and intellect has intended us to forgo their use.
                                                            -- Gallileo
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!

iQIcBAEBCAAGBQJMxcuxAAoJECuveozR/AWeB6kP/A5ULros+1pI0e1LzMAlwK2y
0MpMOhAHySU9AVS/GsioyfeyH71QISsL2d2Bl24sYw/41dgTa1YEtlIcsDcDXKuT
bcyV//VNkVgY69yRqCN0f30IlpHPWpvkwptWhk+DbQ2PAurUFdu6NfU+C1xqSiMM
8c0nvKbq5r7FE4IyZnWKggXbADMTgC5FYZ83U1+eyVarqVm3Lr7mmlk95RweKXAM
tkbf5kv5u2qOHsGmJTYjvmt+Yd2C4uKDPSbdmPZKkgmZOk9A3/aoBn7yJPboxGvY
1lroUbT1Uy6261+S9K1Re1DRItLCLX453TDgfYrhI2ZpkIYit/WtRZRdPga+sDKS
Bjys+u7LC12Rfe2JwzOO3HZ7kbpDCYkMuSd4AJi7tYJZH1tevl8FK6gpesBZ5IcR
2/3Nu1v32rRRRkeRl8y/bZy5eMkAREgTpL2sK9VF7vx7bCoWJnRWqzhJA8l8pfna
Ci2UXolPrGoh2xcK5G91AeP08hst6qlpI2ZoG2ThmJ6X3hRJtOQL2FUB7iHjRxqT
RCL3dxsKTrSrDowwpE6jwqY3oPGtacmNwE6htkboD/Fvxdks+uZ7EN5UrUrVgTrU
00i61Ltb7T8evUtY3C0mqX92OL1SQpYpCFOUWNLHvsXRRFYB4iKU9pQ+gq4NA40l
Sb5qAsbgkiLil6cUIhA9
=Ot/w
-----END PGP SIGNATURE-----

Reply via email to