diff options
author | EuAndreh <eu@euandre.org> | 2022-05-13 18:41:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-13 18:41:08 -0300 |
commit | 54a04048470e1b30ebf914ad00682e45c8d25ee3 (patch) | |
tree | eb84f00d69feab614b92107668161193e901485f | |
parent | bin/email: Fix name from "mail" to "email" in usage string (diff) | |
download | dotfiles-54a04048470e1b30ebf914ad00682e45c8d25ee3.tar.gz dotfiles-54a04048470e1b30ebf914ad00682e45c8d25ee3.tar.xz |
etc/mailcaps/config: Stop w3m from creating ~/.w3m/
-rw-r--r-- | etc/mailcaps/config | 2 |
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 |