aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-21 14:19:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-21 14:22:21 +1200
commit7d3a09aba3027f547928071a5f41b143ef49e754 (patch)
tree76fd2994166093d85a3f4def5794198d0e15cac0
parentMerge branch 'hotfix/v9.9.1' (diff)
downloaddotfiles-7d3a09aba3027f547928071a5f41b143ef49e754.tar.gz
dotfiles-7d3a09aba3027f547928071a5f41b143ef49e754.zip
Force creation of headers dir
This creates a cache-file per-folder, which should be at least a little faster than using just one file.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71cac213..e10e4123 100644
--- a/Makefile
+++ b/Makefile
@@ -496,7 +496,7 @@ install-mutt: install-gnupg install-mail mutt/filters/markdown-to-html
mkdir -p -- \
$(XDG_CONFIG_HOME)/mutt \
$(XDG_CONFIG_HOME)/mutt/muttrc.d \
- $(XDG_CACHE_HOME)/mutt \
+ $(XDG_CACHE_HOME)/mutt/headers \
$(XDG_DATA_HOME)/mutt/autocrypt \
$(HOME)/.local/share/mutt/libexec/filters
cp -p -- mutt/muttrc \