commit 4e52f64d24e1bfa99c9bc548e293b0cfddcea664
parent a5112bc38a1d6a105a04b35f151a1b14afe1ce89
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 20 Apr 2018 15:04:34 -0400
Disable debug mode in attempt to copy attachments before mutt removes them
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/links/.mutt/view_attachment.sh b/links/.mutt/view_attachment.sh
@@ -63,8 +63,8 @@ tmpdir="$HOME/.tmp/mutt_attach"
debug_file=$tmpdir/debug
# debug. yes or no.
-#debug="no"
-debug="yes"
+debug="no"
+#debug="yes"
type=$2
open_with=$3