summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-07-30 00:36:09 +0100
committerjao <jao@gnu.org>2021-07-30 00:36:09 +0100
commit015fd2f8d35137a13f0c586317fe2d25d3767890 (patch)
treef1078aa0bb275d864567b0e6c3dcbb5b2e1c6493 /notmuch.org
parent03f2e44db023471317b8a31b3e25c946c3df8864 (diff)
downloadelibs-015fd2f8d35137a13f0c586317fe2d25d3767890.tar.gz
elibs-015fd2f8d35137a13f0c586317fe2d25d3767890.tar.bz2
notmuch: only the last 24h in 'today' searches
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org4
1 files changed, 2 insertions, 2 deletions
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)