add support for deleting messages in notmuch-show
This commit is contained in:
parent
80f56f4a40
commit
07d219a300
1 changed files with 7 additions and 0 deletions
|
@ -56,6 +56,13 @@
|
||||||
(notmuch-tree-add-tag (list "+trash" "-inbox" "-unread"))
|
(notmuch-tree-add-tag (list "+trash" "-inbox" "-unread"))
|
||||||
(notmuch-tree-next-message))
|
(notmuch-tree-next-message))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defun +notmuch/show-delete ()
|
||||||
|
"Mark email for deletion in notmuch-show"
|
||||||
|
(interactive)
|
||||||
|
(notmuch-show-add-tag (list "+trash" "-inbox" "-unread"))
|
||||||
|
(notmuch-show-next-thread-show))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +notmuch/search-spam ()
|
(defun +notmuch/search-spam ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue