mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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-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)
|
||||||
|
Reference in New Issue
Block a user