about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-03-19 21:33:23 +0100
committerbptato <nincsnevem662@gmail.com>2024-03-19 21:33:23 +0100
commit29759b63db0419272a775c333130c12fcb9c0261 (patch)
tree767f6fd9b4a67d39fe7ef8d52a575d1546c60b9f /res
parentb2873fdc765e92aca4267e60c65a5da4897a04a0 (diff)
downloadchawan-29759b63db0419272a775c333130c12fcb9c0261.tar.gz
config: remove system mailcaps from default mailcap path
I haven't seen a single OS-shipped mailcap file yet that would be
suitable for use with Chawan. The one on Debian wants to open every
text file with vim; the one in FreeBSD ports is straight up broken.

mime.types works much better and thus stays.
Diffstat (limited to 'res')
-rw-r--r--res/config.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/res/config.toml b/res/config.toml
index afac386c..962d5e22 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -14,10 +14,7 @@ display-charset = "auto"
 
 [external]
 mailcap = [
-	"~/.mailcap",
-	"/etc/mailcap",
-	"/usr/etc/mailcap",
-	"/usr/local/etc/mailcap"
+	"~/.mailcap"
 ]
 mime-types = [
 	"~/.mime.types",