379e7e5ededc

linux
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Jun 2018 09:11:59 -0700
parents 6a1fee9ca8cb
children 26bc9c0ab0cc
branches/tags (none)
files mutt/muttrc mutt/view_attachment.sh

Changes

--- a/mutt/muttrc	Sun Jun 10 09:10:51 2018 -0700
+++ b/mutt/muttrc	Sun Jun 10 09:11:59 2018 -0700
@@ -3,7 +3,7 @@
 set alias_file       = ~/.mutt/alias         # where to store aliases
 set header_cache     = ~/.mutt/cache/headers # where to store headers
 set message_cachedir = ~/.mutt/cache/bodies  # where to store bodies
-set certificate_file = ~/.mutt/certificates  # where to store certs
+# set certificate_file = ~/.mutt/certificates  # where to store certs
 set mailcap_path     = ~/.mutt/mailcap       # entries for filetypes
 set tmpdir           = ~/.mutt/temp          # where to keep temp files
 
--- a/mutt/view_attachment.sh	Sun Jun 10 09:10:51 2018 -0700
+++ b/mutt/view_attachment.sh	Sun Jun 10 09:11:59 2018 -0700
@@ -121,7 +121,7 @@
 # Otherwise we've been told what to use.  So do an open -a.
 
 if [ -z $open_with ]; then
-    open $newfile
+    xdg-open $newfile
 else
     open -a "$open_with" $newfile
 fi