diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-01 14:09:52 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-03-01 14:09:52 +0100 |
commit | dcfd734112dfbff3ad24c6bdbdea46b9f7919369 (patch) | |
tree | e1bb4d1eda7cc2a9596ee89f17b177457deb2a10 /mutt/mailcap | |
parent | 2ae2ab7eed7b47af93a0bc4b49f8cfd70d448f82 (diff) | |
download | dotfiles-dcfd734112dfbff3ad24c6bdbdea46b9f7919369.tar.gz dotfiles-dcfd734112dfbff3ad24c6bdbdea46b9f7919369.tar.bz2 dotfiles-dcfd734112dfbff3ad24c6bdbdea46b9f7919369.zip |
firefox + panel update
Diffstat (limited to 'mutt/mailcap')
-rw-r--r-- | mutt/mailcap | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index c2ffbc4..136a03f 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,4 +1,2 @@ application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) & -image/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; rifle /tmp/mutt/$(basename %s) & -text/html; ~/.ratpoison/firesend %s &; test=test -n "$DISPLAY"; needsterminal; text/html; w3m -I %{charset} -T text/html; copiousoutput; |