dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit af1d3122dc810c7d534a58592b101439789c8087
parent 39de0ad6bf7c1fec139dea7c165271d00da5c080
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 25 Mar 2020 19:59:29 +0100

Use normal tmp file for mutt attachments

Diffstat:
M.config/mutt/view_attachment.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mutt/view_attachment.sh b/.config/mutt/view_attachment.sh @@ -57,7 +57,7 @@ # # the tmp directory to use. -tmpdir="$HOME/.tmp/mutt_attach" +tmpdir="$HOME/tmp/mutt_attach" # the name of the debug file if debugging is turned on. debug_file=$tmpdir/debug