X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=2ef67c0e798dbc65c144cef77cd8642c506f98c0;hp=479b39f1fb81bd0c8a9d1b8f84c580cfa14cce58;hb=21e365f51a7ff17e5154cf06396aeafe3f7d9bd7;hpb=7556bb7da27621895327b84d22abba2519c24ba7 diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 479b39f1..2ef67c0e 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -940,7 +940,7 @@ See `notmuch-tag' for information on the format of TAG-CHANGES." PROMPT is the string to prompt with." (let* ((all-tags (mapcar (lambda (tag) (notmuch-escape-boolean-term tag)) - (process-lines notmuch-command "search" "--output=tags" "*"))) + (notmuch--process-lines notmuch-command "search" "--output=tags" "*"))) (completions (append (list "folder:" "path:" "thread:" "id:" "date:" "from:" "to:" "subject:" "attachment:")