From: Silvio Rhatto Date: Fri, 26 Dec 2025 23:32:05 +0000 (-0300) Subject: Fix: mail: check/create temporary folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9142d7e5c5fceafad608d8f1c23219315bc916b3;p=wrappers.git Fix: mail: check/create temporary folder --- diff --git a/mail b/mail index 393aaa9..610365a 100755 --- a/mail +++ b/mail @@ -28,9 +28,14 @@ if [ ! -e "$HOME/mail/INBOX" ]; then mkdir -p $HOME/mail/INBOX/{cur,new,tmp} fi +# Check temporary folder +if [ ! -e "$HOME/temp/mutt/misc" ]; then + mkdir -p $HOME/temp/mutt/misc +fi + # Dispatch using firejail #firejail --quiet mutt # Dipatching using mutt -# Should might call firejail anyway if properly configured at ~/apps/firejail +# Should call firejail anyway if properly configured at ~/apps/firejail mutt