From 8afaafcacb6e2fb675527d54db473b2843307985 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 6 Jul 2022 12:46:09 +0200 Subject: Update --- .local/bin/mutt_md2html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') diff --git a/.local/bin/mutt_md2html.sh b/.local/bin/mutt_md2html.sh index 0756ea7..f934bb4 100755 --- a/.local/bin/mutt_md2html.sh +++ b/.local/bin/mutt_md2html.sh @@ -2,7 +2,7 @@ commandsFile="/tmp/neomutt-commands" markdownFile="/tmp/neomutt-markdown" -htmlFile="/tmp/neomutt.html" +htmlFile="/tmp/neomutt-$(hostname -s)-$(id -u)-$(date +%s).html" cat - > "$markdownFile" echo -n "push " > "$commandsFile" -- cgit v1.2.3