diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/net/jao-notmuch.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 094b93b..b49fe1c 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -380,9 +380,9 @@ (interactive) (jao-notmuch-tree--tag-and-next '("+deleted" "-new" "-unread") nil t)) -(defun jao-notmuch-tree-read-thread () - (interactive) - (jao-notmuch-tree--tag-and-next '("-unread" "-new") nil t)) +(defun jao-notmuch-tree-read-thread (unread) + (interactive "P") + (jao-notmuch-tree--tag-and-next '("-unread" "-new") unread t)) (defun jao-notmuch-tree-flag (unmark) (interactive "P") |