From 95ec634d1a961b51824bbb95a513a76d23fce249 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 18 Mar 2021 13:16:02 +0100 Subject: [PATCH] mutt sorting --- system/desktop/mail-stuff.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index 96adfc2..ac2ecb5 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -225,6 +225,7 @@ in { set sort=threads set index_format="${index_format} %r |" + folder-hook 'Discourse.*' 'set sort=reverse-date' virtual-mailboxes "INBOX" "notmuch://?query=(tag:inbox or (tag:sent and not tag:archive)) AND NOT tag:discourse AND NOT tag:muted AND NOT tag:list AND NOT tag:fraud AND NOT tag:junk" virtual-mailboxes "Unread" "notmuch://?query=(tag:unread AND NOT tag:muted)"