From 16fa48d4f00d08c547d3a64b2106fc26bd32605c Mon Sep 17 00:00:00 2001 From: Emil Kronborg Date: Sat, 4 Nov 2023 14:54:41 +0100 Subject: [PATCH] Add neomutt --- programs/neomutt.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/neomutt.json 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" +} -- 2.47.3