aboutsummaryrefslogtreecommitdiff
path: root/etc/mailcaps
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-13 18:41:08 -0300
committerEuAndreh <eu@euandre.org>2022-05-13 18:41:08 -0300
commit54a04048470e1b30ebf914ad00682e45c8d25ee3 (patch)
treeeb84f00d69feab614b92107668161193e901485f /etc/mailcaps
parentbin/email: Fix name from "mail" to "email" in usage string (diff)
downloaddotfiles-54a04048470e1b30ebf914ad00682e45c8d25ee3.tar.gz
dotfiles-54a04048470e1b30ebf914ad00682e45c8d25ee3.tar.xz
etc/mailcaps/config: Stop w3m from creating ~/.w3m/
Diffstat (limited to 'etc/mailcaps')
-rw-r--r--etc/mailcaps/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mailcaps/config b/etc/mailcaps/config
index aeea68d..60f7286 100644
--- a/etc/mailcaps/config
+++ b/etc/mailcaps/config
@@ -1 +1 @@
-text/html; w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput
+text/html; env HOME=$XDG_DATA_HOME/w3m w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput