Added the cache directory on .mutt/ creation.
This commit is contained in:
parent
b0480d3765
commit
c52d500ecc
@ -27,7 +27,7 @@ check_dependancies()
|
||||
initialize_directory()
|
||||
{
|
||||
if ! [ -d "$muttHome" ]; then
|
||||
mkdir -p "$muttHome"
|
||||
mkdir -p "${muttHome}/cache/bodies"
|
||||
fi
|
||||
if ! [ -f "$muttHome/aliases" ]; then
|
||||
touch "$muttHome/aliases"
|
||||
|
Loading…
x
Reference in New Issue
Block a user