commit 468cd42c371e461b0705a1974051d3783a55b299
parent 307290726ef418a1b7f48ea7f0e89edad56fd3b1
Author: Jaromil <jaromil@dyne.org>
Date:   Mon, 21 Nov 2016 19:25:08 +0100
added more speedbar options
this is enabled in mutt-kz mode
(which shall be soon also enabled for neomutt)
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/zlibs/helpers b/src/zlibs/helpers
@@ -265,11 +265,17 @@ virtual-mailboxes \
 "  Today" "notmuch://?query=     date:1d.. and tag:inbox" \
 "  Last week" "notmuch://?query= date:1w.. and tag:inbox" \
 "  Last month" "notmuch://?query=date:1M.. and tag:inbox" \
+"  Last year" "notmuch://?query=date:1y.. and tag:inbox" \
+"  Last 3yrs" "notmuch://?query=date:3y.. and tag:inbox" \
 \
 "ATTACHMENTS" "notmuch://?query=attachment:* and tag:inbox" \
 "  Today" "notmuch://?query=attachment:* and date:1d.. and tag:inbox" \
 "  Last week" "notmuch://?query=attachment:* and date:1w.. and tag:inbox" \
-"  Last month" "notmuch://?query=attachment:* and date:1M.. and tag:inbox"
+"  Last month" "notmuch://?query=attachment:* and date:1M.. and tag:inbox" \
+"  Last year" "notmuch://?query=attachment:* and date:1y.. and tag:inbox" \
+"  Last 3yrs" "notmuch://?query=attachment:* and date:3y.. and tag:inbox"
+
+
 EOF
     }