From e60ec9225970419d9de7cfee6e180f7e742b7e49 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 18 Jun 2021 20:18:03 +0100 Subject: nits --- lib/net/jao-notmuch.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/net') diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 4ca8573..f0659f6 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -211,6 +211,11 @@ (interactive) (jao-notmuch-tree--tag-and-next '("-unread" "-new") nil t)) +(defun jao-notmuch-tree-flag (unmark) + (interactive "P") + (let ((tags (if unmark '("-flagged") '("-unread" "-new" "-deleted" "+flagged")))) + (jao-notmuch-tree--tag-and-next tags nil nil))) + (defun jao-notmuch-tree-spam (unmark) (interactive "P") (let ((tags (if unmark '("-spam") '("-unread" "-new" "+spam")))) -- cgit v1.2.3