From ac4ef84a5d2dc696f3f9e61d8815d1569e181edc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 21 Jul 2022 17:28:07 -0700 Subject: slightly simplify searches given recent annex mbox expansion changes --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d05e9ef9..210a8fc5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2889,8 +2889,8 @@ mutt's review view, after exiting EDITOR." ;; We're only really interested in recent mail for all these saved ;; searches: for older mail I do ephemeral searches. Take advantage ;; of this to limit the number of results we're ever asking Gnus to - ;; read. An alternative to "not path:annex/**" might be "tag:unread". - do (cl-callf spw/nm& (cdr (assq 'query alist)) "not path:annex/**") + ;; read. An alternative to "not folder:annex" might be "tag:unread". + do (cl-callf spw/nm& (cdr (assq 'query alist)) "not folder:annex") if (gnus-group-entry nname) do (gnus-group-set-parameter nname 'nnselect-specs specs) ;; From `gnus-group-make-search-group' (though marked "temporary"?). -- cgit v1.2.3