diff options
author | Teddy Wing | 2021-03-17 22:35:11 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-17 22:35:11 +0100 |
commit | 54b47965f31fbb2844d4e605c05ad71a1c48ffbc (patch) | |
tree | eadaf6fce9e4c02aff9914bfeab44e6ed1e5b80b | |
parent | 7b9f1e09e0ac7520d0dedd448a0faa0d3b4f5fa0 (diff) | |
download | mutt-ottolangy-54b47965f31fbb2844d4e605c05ad71a1c48ffbc.tar.bz2 |
Add in-progress README
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
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 |