diff options
author | Teddy Wing | 2021-03-14 05:32:14 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-14 05:32:14 +0100 |
commit | b819da554755713f91e23aa498932bc31fd11965 (patch) | |
tree | 4893c463820d463fd50ca26ae15daf6a56630e2b /muttrc | |
parent | a4de50c4073b75e390de57847f9e821e5f1b8fb8 (diff) | |
download | mutt-ottolangy-b819da554755713f91e23aa498932bc31fd11965.tar.bz2 |
Add a muttrc file
Add the Mutt macros necessary to make the system work. Override the
reply commands, wrapping them to pipe the message to Ottolangy.
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +# TODO: description +# TODO: license unlicense + +macro index,pager r "<pipe-message>ottolangy<enter>\ +<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\ +<reply>" + +macro index,pager g "<pipe-message>ottolangy<enter>\ +<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\ +<group-reply>" + +macro index,pager L "<pipe-message>ottolangy<enter>\ +<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\ +<list-reply>" |