X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=8b483995cf7f660099e9e2bda7c1bd6c721d9380;hb=8225ff21ec85a70749b2c58283c0a9f714303b4b;hp=99e0c93af01971a059d3c50c3c68f9e849477295;hpb=c46764030d8d773d9d016b05fb274d5d12bb0907;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 99e0c93a..8b483995 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -89,7 +89,7 @@ For example: (with-output-to-string (with-current-buffer standard-output (apply 'call-process notmuch-command nil t - nil "search-tags" search-terms))) + nil "search" "--output=tags" "--exclude=false" search-terms))) "\n+" t)) (defun notmuch-select-tag-with-completion (prompt &rest search-terms) @@ -962,7 +962,7 @@ PROMPT is the string to prompt with." completions))) (t (list string))))))) ;; this was simpler than convincing completing-read to accept spaces: - (define-key keymap (kbd "") 'minibuffer-complete) + (define-key keymap (kbd "TAB") 'minibuffer-complete) (let ((history-delete-duplicates t)) (read-from-minibuffer prompt nil keymap nil 'notmuch-search-history nil nil)))))