Cannot apply multiple tags to a selection in search view
mailinglists at nawaz.org
mailinglists at nawaz.org
Sun May 25 15:33:36 PDT 2014
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" "- at review" "- at 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!
More information about the notmuch
mailing list