From 015fd2f8d35137a13f0c586317fe2d25d3767890 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 30 Jul 2021 00:36:09 +0100 Subject: notmuch: only the last 24h in 'today' searches --- notmuch.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notmuch.org') diff --git a/notmuch.org b/notmuch.org index e42016d..b782947 100644 --- a/notmuch.org +++ b/notmuch.org @@ -90,9 +90,9 @@ ,(jao-notmuch--qn "feeds" "lobsters" "fl" '("tag:lobsters")) ,(jao-notmuch--qn "feeds" "prog" "fp" '("tag:prog" "not tag:lobsters")) ,@(jao-notmuch--mboxes-search "feeds" "emacs" "prog") - ,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:1d..") t) + ,(jao-notmuch--q "bml" "today" "tb" '("tag:bigml" "date:24h..") t) ,(jao-notmuch--q "jao" "today" "tj" - '("tag:jao" "date:1d.." + '("tag:jao" "date:24h.." "not tag:\"/(feeds|spam|local)/\"") t) ,(jao-notmuch--q "bml" "flagged" "rb" '("tag:flagged" "tag:bigml") t) -- cgit v1.2.3