mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
add support for deleting messages in notmuch-show
This commit is contained in:
@ -56,6 +56,13 @@
|
||||
(notmuch-tree-add-tag (list "+trash" "-inbox" "-unread"))
|
||||
(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
|
||||
(defun +notmuch/search-spam ()
|
||||
(interactive)
|
||||
|
Reference in New Issue
Block a user