Re: Replying to a specific message
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sunday, August 24 at 05:17 PM, quoth Shreevatsa R:
>function reply() {
> MID=$1; shift;
> mutt -e "push 'l ~h $MID<Enter>g'" $@
>}
Strictly speaking, you may want to use the function names rather than
the keys themselves, even though it makes the mutt command longer and
not as pretty:
function reply() {
MID=$1; shift;
mutt -e "push '<limit>~h $MID<Enter><group-reply>'" $@
}
That avoids potential problems if you should ever change your
keybindings.
~Kyle
- --
You can gain reconciliation from your enemies, but you can only gain
peace from yourself.
-- Rubin "The Hurricane" Carter
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iEYEARECAAYFAkix1aEACgkQBkIOoMqOI152WQCgqSv9nYBhD9zK2ewOwQBq14NU
/3QAoKpht/g/wkWNCEF4j/fa0rfQRpej
=vYXB
-----END PGP SIGNATURE-----