diff options
author | bptato <nincsnevem662@gmail.com> | 2024-03-19 21:33:23 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-03-19 21:33:23 +0100 |
commit | 29759b63db0419272a775c333130c12fcb9c0261 (patch) | |
tree | 767f6fd9b4a67d39fe7ef8d52a575d1546c60b9f /res | |
parent | b2873fdc765e92aca4267e60c65a5da4897a04a0 (diff) | |
download | chawan-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.toml | 5 |
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", |