diff --git a/modules/email/notmuch/autoload.el b/modules/email/notmuch/autoload.el index ab7ae5610..5a4917c6f 100644 --- a/modules/email/notmuch/autoload.el +++ b/modules/email/notmuch/autoload.el @@ -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)