X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=804e78ab8c53cf855cd9a5ea3713f19b40da4886;hb=3d0fd40eb0eca54fd05460203ae754c63f633d69;hp=1f453357e263fba23d517288541140796aaf4f74;hpb=7f726c6e87517eb9c84119a1c5e3a63bfaaa49f6;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 1f453357..804e78ab 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -1076,7 +1076,7 @@ current search results AND the additional query string provided." Runs a new search matching only messages that match both the current search results AND that are tagged with the given tag." (interactive - (list (notmuch-select-tag-with-completion "Filter by tag: "))) + (list (notmuch-select-tag-with-completion "Filter by tag: " notmuch-search-query-string))) (notmuch-search (concat notmuch-search-query-string " and tag:" tag) notmuch-search-oldest-first)) ;;;###autoload