diff options
author | Karel Kočí <karel.koci@nic.cz> | 2016-09-21 16:35:28 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2016-09-21 16:35:28 +0200 |
commit | a56bd141d20f99100d831682ef73e30033e1b108 (patch) | |
tree | bd82362379e469207385eb213340368ff0e7ff35 | |
parent | 2d7620f54e2fe0226f73bbb02ce470b12f936f61 (diff) | |
download | myconfigs-a56bd141d20f99100d831682ef73e30033e1b108.tar.gz myconfigs-a56bd141d20f99100d831682ef73e30033e1b108.tar.bz2 myconfigs-a56bd141d20f99100d831682ef73e30033e1b108.zip |
Use public files for files containing no secrets for mutt
-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 |