Cannot apply multiple tags to a selection in search view

Subject: Cannot apply multiple tags to a selection in search view

Date: Sun, 25 May 2014 15:33:36 -0700

To: notmuch@notmuchmail.org

Cc:

From: mailinglists@nawaz.org


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!

Thread: