dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit ed0f16cda3ef6cd6f7d8f391462c29a9f3f7b5a6
parent 77ed9b747ba791c4e27575dc8a53cae48c649b1f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 14 Dec 2020 18:09:18 +0100

muttrc: use simpler directory structure for header and body cache

Diffstat:
M.config/mutt/muttrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -25,8 +25,8 @@ subscribe tmux-users@googlegroups.com subscribe vtkusers@vtk.org paraview@paraview.org # cache files -set header_cache=~/.config/mutt/cache/headers -set message_cachedir=~/.config/mutt/cache/bodies +set header_cache=~/.config/mutt/cache +set message_cachedir=~/.config/mutt/cache # sort threads by date set sort=threads