myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 1c557ed36a3b9b16906522ce99f45d9ab3737883
parent f5722ad89a2320df62d04b919ff2b86c466837e8
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 12 Sep 2013 12:04:33 +0200

keep old mail around deleted to complete threads

Diffstat:
mutt/muttrc | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -86,7 +86,6 @@ color index green black ~Q # have been replied to color index black yellow ~F # flagged color index white cyan ~N # new color index white cyan ~O # old -color index black red ~D # deleted color index white green ~T # tagged # other colors, from https://gist.github.com/jstorimer/281158 @@ -191,4 +190,10 @@ d<resend-message>\ "recall" set noabort_unmodified # because of this use of 'R' +# keep old mail around to complete threads +set maildir_trash +color index black black ~D # deleted +color index black red !~(!~D) # deleted THREADS + +macro index B "l~(! ~D)<enter>"