From 7d3a09aba3027f547928071a5f41b143ef49e754 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 May 2020 14:19:53 +1200 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3 From 31d40334db8b3f09806e2ba4f45b437dc090fd1c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 May 2020 14:22:49 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index bbbf09ed..9d21997f 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.9.1 -Thu, 21 May 2020 00:53:06 +0000 +tejr dotfiles v9.9.2 +Thu, 21 May 2020 02:22:44 +0000 -- cgit v1.2.3