summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index ba23b6b..24259b3 100755
--- a/install.sh
+++ b/install.sh
@@ -68,9 +68,11 @@ mkdir -p autoload
ln -s $dir/nvim/vim-plug/plug.vim $dir/nvim/autoload/plug.vim
sudo pip install neovim
-# Creating temporary file for mutt
+# Creating auxiliary files for mutt
cd $dir
mkdir -p nvim/vimundo
mkdir -p mutt/temp
+mkdir -p mutt/cache
+mkdir -p mutt/cache/bodies
echo -e "\n*** Installation successful *** \n"