From b6c6115d8f686fac875a533c29f437b7d0cef1ea Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sat, 11 Feb 2017 10:40:21 +0100 Subject: [PATCH] mutt: Fix temp file access for HTML viewing --- .mutt/view-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/view-html.sh b/.mutt/view-html.sh index bbc7d26b..bac9bbb8 100755 --- a/.mutt/view-html.sh +++ b/.mutt/view-html.sh @@ -2,7 +2,7 @@ ## Force UTF-8, otherwise most browsers will display ASCII. -umask 0600 +umask 077 root="/tmp/mutt-$(id -u)" mkdir -p "$root" file="$root"/mail.html