From 54b47965f31fbb2844d4e605c05ad71a1c48ffbc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 17 Mar 2021 22:35:11 +0100 Subject: Add in-progress README --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae970d0 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +mutt-ottolangy +============== + +Set Mutt’s attribution format string based on the language of the message you’re +replying to. +TODO + + +## Usage +Copy the contents of the included [muttrc] file or source it. The included +macros override Mutt’s reply commands + +TODO +Mutt config (Add those in a new .muttrc file) + + +## Caveats +Attribution format strings are currently hard-coded. Only English and French are +supported. If the language isn’t recognised as French, attribution defaults to +English. + + +## Install +TODO + + +## License +Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[muttrc]: ./muttrc -- cgit v1.2.3