From: Emil Kronborg Date: Sat, 4 Nov 2023 13:54:41 +0000 (+0100) Subject: Add neomutt X-Git-Tag: v0.2.0.2~15^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/16fa48d4f00d08c547d3a64b2106fc26bd32605c?ds=inline Add neomutt --- diff --git a/programs/neomutt.json b/programs/neomutt.json new file mode 100644 index 0000000..32dc6e8 --- /dev/null +++ b/programs/neomutt.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.mutt_certificates", + "movable": true, + "help": "Move the file to _$XDG_CACHE_HOME/neomutt/certificates_ and add the following to neomuttrc:\n\n```\nset certificate_file=\"$XDG_CACHE_HOME/neomutt/certificates\"\n```\n" + } + ], + "name": "neomutt" +}