aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall3
-rw-r--r--mutt/mailcap2
m---------private0
3 files changed, 4 insertions, 1 deletions
diff --git a/install b/install
index 0c129cb..46855e9 100755
--- a/install
+++ b/install
@@ -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