From b96e39a1643d05b9dbf5326dbb28c559a10e6afe Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 21 May 2015 11:53:21 +0100 Subject: added creating of mutt auxiliary files in install script --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a68cd40..2fb023f 100755 --- a/install.sh +++ b/install.sh @@ -67,8 +67,10 @@ fi mkdir -p autoload ln -s $dir/nvim/vim-plug/plug.vim $dir/nvim/autoload/plug.vim -# Creating temporary file for mutt +# Creating auxiliary files for mutt cd $dir mkdir -p mutt/temp +mkdir -p mutt/cache +mkdir -p mutt/cache/bodies echo -e "\n*** Installation successful *** \n" -- cgit v1.2.3