# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1528647119 25200
# Node ID 379e7e5ededc1fd3bba0d667cf9f58ccd1467f18
# Parent  6a1fee9ca8cb8a905c16dcbd42ec5441b49b8c4e
linux

diff -r 6a1fee9ca8cb -r 379e7e5ededc mutt/muttrc
--- 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
 
diff -r 6a1fee9ca8cb -r 379e7e5ededc mutt/view_attachment.sh
--- 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