diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-12-02 00:01:54 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-12-02 00:01:54 +0100 |
commit | 48b68527e3907eef33b27985fed44c431df24d62 (patch) | |
tree | 295fc216fc1ebccbb7105ab50285f5301037f8bf /mutt | |
parent | 87b56f3987bc86d4661dc92b9bfa3a06c881ccb6 (diff) | |
download | dotfiles-48b68527e3907eef33b27985fed44c431df24d62.tar.gz dotfiles-48b68527e3907eef33b27985fed44c431df24d62.tar.bz2 dotfiles-48b68527e3907eef33b27985fed44c431df24d62.zip |
mutt html support
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mailcap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt/mailcap b/mutt/mailcap new file mode 100644 index 0000000..f1610e9 --- /dev/null +++ b/mutt/mailcap @@ -0,0 +1,2 @@ +text/html; ~/.ratpoison/firesend %s &; test=test -n "$DISPLAY"; needsterminal; +text/html; w3m -I %{charset} -T text/html; copiousoutput; |