From b819da554755713f91e23aa498932bc31fd11965 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 14 Mar 2021 05:32:14 +0100 Subject: 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. --- muttrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 muttrc (limited to 'muttrc') diff --git a/muttrc b/muttrc new file mode 100644 index 0000000..d7ae9d9 --- /dev/null +++ b/muttrc @@ -0,0 +1,14 @@ +# TODO: description +# TODO: license unlicense + +macro index,pager r "ottolangy\ + source $HOME/.local/share/ottolangy/attribution.muttrc\ +" + +macro index,pager g "ottolangy\ + source $HOME/.local/share/ottolangy/attribution.muttrc\ +" + +macro index,pager L "ottolangy\ + source $HOME/.local/share/ottolangy/attribution.muttrc\ +" -- cgit v1.2.3