summaryrefslogtreecommitdiffhomepage
path: root/lib/net
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/jao-notmuch.el6
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")