X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=contrib%2Fnotmuch-pick%2Fnotmuch-pick.el;h=ada9af7cfb350e8582d90aff05d181061f69791b;hb=859b8ed7916f51de5b7ac74ae151acc58747d148;hp=db2a7cb94f7622285cc5d716cb5df966bb28d349;hpb=96d9f54615b404011c11fecdea6135fe684c7235;p=notmuch diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index db2a7cb9..ada9af7c 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -807,8 +807,6 @@ Complete list of currently available key bindings: (message-arg "--entire-thread")) (if (equal (car (process-lines notmuch-command "count" search-args)) "0") (setq search-args basic-query)) - (message "starting parser %s" - (format-time-string "%r")) (if notmuch-pick-asynchronous-parser (let ((proc (start-process "notmuch-pick" buffer @@ -831,9 +829,7 @@ Complete list of currently available key bindings: (list "--body=false" message-arg search-args))) (save-excursion (goto-char (point-max)) - (insert "End of search results.\n")) - (message "sync parser finished %s" - (format-time-string "%r")))))) + (insert "End of search results.\n")))))) (defun notmuch-pick (&optional query query-context buffer-name show-first-match)