]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #330 from ekronborg/neomutt
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Sat, 4 Nov 2023 18:46:27 +0000 (19:46 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 18:46:27 +0000 (19:46 +0100)
Add neomutt

programs/neomutt.json [new file with mode: 0644]

diff --git a/programs/neomutt.json b/programs/neomutt.json
new file mode 100644 (file)
index 0000000..32dc6e8
--- /dev/null
@@ -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"
+}