diff options
author | Teddy Wing | 2021-03-20 12:24:52 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-20 12:24:52 +0100 |
commit | 0745e7944cf44c3ba490674fabd99d5725cbb1f8 (patch) | |
tree | dd156b70028d986b1852199c686bb9180451b73a /doc/ottolangy.1.txt | |
parent | 8f0a9ed4e169ad268d0181fab50245e0a374d6f5 (diff) | |
download | mutt-ottolangy-0745e7944cf44c3ba490674fabd99d5725cbb1f8.tar.bz2 |
Add man page
Diffstat (limited to 'doc/ottolangy.1.txt')
-rw-r--r-- | doc/ottolangy.1.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/ottolangy.1.txt b/doc/ottolangy.1.txt new file mode 100644 index 0000000..4c797c7 --- /dev/null +++ b/doc/ottolangy.1.txt @@ -0,0 +1,30 @@ +ottolangy(1) +============ + +NAME +---- +ottolangy - Set Mutt's attribution format based on the input language + +SYNOPSIS +-------- +ottolangy + +DESCRIPTION +----------- +Reads an email from standard input and writes a muttrc file setting the +*$attribution* format string based on the lanugage of the input email. + +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. + +FILES +----- +'/etc/ottolangy/muttrc':: + Override Mutt's reply bindings, wrapping them in a call to Ottolangy. + +'~/.local/share/ottolangy/attribution.muttrc':: + This file is generated on each run and sourced by Ottolangy's muttrc to + set the appropriate attribution. |