aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rwxr-xr-xmail8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail b/mail
index 21cfc43..776f9f4 100755
--- a/mail
+++ b/mail
@@ -8,8 +8,14 @@ BASENAME="`basename $0`"
# Check configuration
if [ ! -e "$HOME/.custom/muttrc" ]; then
- mkdir -p $HOME/.custom
+ mkdir -p $HOME/.custom/mutt
touch $HOME/.custom/muttrc
+ touch $HOME/.custom/mutt/aliases
+fi
+
+# Check INBOX
+if [ ! -e "$HOME/mail/INBOX" ]; then
+ mkdir -p $HOME/mail/INBOX/{cur,new,tmp}
fi
# Dispatch