diff options
author | Daniel Holman <dholman@gymli.org> | 2017-11-27 21:44:15 -0600 |
---|---|---|
committer | Daniel Holman <dholman@gymli.org> | 2017-11-27 21:44:15 -0600 |
commit | 97316a722b6d646e76ada0e8d15ed97f50d100b9 (patch) | |
tree | ea6af3c64cc5e6b0d6e83185461780193b6585db | |
parent | Changed the SUDO_EDITOR (diff) | |
download | dotfiles-97316a722b6d646e76ada0e8d15ed97f50d100b9.tar.gz dotfiles-97316a722b6d646e76ada0e8d15ed97f50d100b9.tar.zst dotfiles-97316a722b6d646e76ada0e8d15ed97f50d100b9.zip |
Added a backup of my mailcap file
Diffstat (limited to '')
-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..57eaea5 --- /dev/null +++ b/.mutt/mailcap @@ -0,0 +1,2 @@ +text/html; w3m -I %{charset} -T text/html; copiousoutput; +application/pdf; xpdf %s |