diff options
author | jao <jao@gnu.org> | 2021-10-23 20:34:47 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-10-23 20:34:47 +0100 |
commit | 78b83125d08b974e9025f2a2c51f485235ea5d91 (patch) | |
tree | 32e797523639c94742b6771ad2e7d4a3e657bf21 /lib/net | |
parent | 19b413c15e6e683230dee515a249b69afa5b4da8 (diff) | |
download | elibs-78b83125d08b974e9025f2a2c51f485235ea5d91.tar.gz elibs-78b83125d08b974e9025f2a2c51f485235ea5d91.tar.bz2 |
oops
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/jao-notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/jao-notmuch.el b/lib/net/jao-notmuch.el index 8d88b4b..5aad002 100644 --- a/lib/net/jao-notmuch.el +++ b/lib/net/jao-notmuch.el @@ -377,7 +377,7 @@ (jao-notmuch-tree-next whole-thread t)) (defun jao-notmuch-tree-delete-message (undelete) - (interactive "p") + (interactive "P") (jao-notmuch-tree--tag-and-next '("+deleted" "-new" "-unread") undelete nil)) (defun jao-notmuch-tree-delete-thread () |