From a56bd141d20f99100d831682ef73e30033e1b108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 21 Sep 2016 16:35:28 +0200 Subject: Use public files for files containing no secrets for mutt --- install | 3 +++ mutt/mailcap | 2 +- private | 2 +- 3 files changed, 5 insertions(+), 2 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 index d2b3dc7..69381d4 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit d2b3dc7ecc97451c1dae1a1d4d6b4ec484da79dd +Subproject commit 69381d40d857c4ccf03bf7e78767509ef0399923 -- cgit v1.2.3