X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=be50aae75b9ab631b9417bb5432ac54ecaff25b0;hb=d86522637a7cd0455c127284ebccf3645d681441;hp=052aaebc02650ef8d005ce8008321149c050789b;hpb=1ecacab28fe10abf367ce4d6e4bac4a0642861e9;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 052aaebc..be50aae7 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -500,7 +500,7 @@ Complete list of currently available key bindings: (defun notmuch-hello-generate-tag-alist (&optional hide-tags) "Return an alist from tags to queries to display in the all-tags section." (mapcar (lambda (tag) - (cons tag (format "tag:%s" tag))) + (cons tag (concat "tag:" (notmuch-escape-boolean-term tag)))) (notmuch-remove-if-not (lambda (tag) (not (member tag hide-tags)))