Hi,
After upgrading to version 0.17, the following function that used to
work fine in the past misbehaves when I select multiple messages:
(define-key notmuch-search-mode-map "d"
(lambda ()
"Delete message."
(interactive)
(notmuch-search-tag '("+delete" "-inbox" "-lowpriority" "-@review" "-@respond" "-unread"))))
If I press "d", it only applies the tags to the message my cursor is on
- not my whole message.
If I manually execute the notmuch-search-tag command, it does work on
the whole selection, though.
Any ideas?
Thanks!