diff options
-rwxr-xr-x | install | 3 | ||||
-rw-r--r-- | mutt/mailcap | 2 | ||||
m--------- | private | 0 |
3 files changed, 4 insertions, 1 deletions
@@ -133,6 +133,9 @@ fi read -p "Install mutt configuration? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst urlview ~/.urlview + inst mutt/mailcap ~/.mutt/ + inst mutt/gpg.rc ~/.mutt/ + inst mutt/color ~/.mutt/ inst_mutt_conf # Contains: # inst mutt/ ~/.mutt diff --git a/mutt/mailcap b/mutt/mailcap index 1202432..972681f 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -9,6 +9,6 @@ text/html; w3m -v -F -T text/html %s; nametemplate=%s.html; needsterminal ##auto_view will use the entry with the copiousoutput part: text/html; lynx -stdin -dump -force_html ; copiousoutput -image/*; feh %s +image/*; feh --magick-timeout 1 %s application/pdf; okular %s diff --git a/private b/private -Subproject d2b3dc7ecc97451c1dae1a1d4d6b4ec484da79d +Subproject 69381d40d857c4ccf03bf7e78767509ef039992 |