Cannot apply multiple tags to a selection in search view

2014-05-26 Thread Mark Walters
Hi I think notmuch-search-tag (and other tagging functions) were cleaned up for 0.17: in particular their interactive behaviour changed. notmuch-search-tag now only looks at the region if called interactively. I think the following would do what you want (define-key notmuch-search-mode-map "d"

Cannot apply multiple tags to a selection in search view

2014-05-25 Thread mailingli...@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"

Cannot apply multiple tags to a selection in search view

2014-05-25 Thread mailinglists
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

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

2014-05-25 Thread Mark Walters
Hi I think notmuch-search-tag (and other tagging functions) were cleaned up for 0.17: in particular their interactive behaviour changed. notmuch-search-tag now only looks at the region if called interactively. I think the following would do what you want (define-key notmuch-search-mode-map d