X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=contrib%2Fnotmuch-pick%2Fnotmuch-pick.el;h=25ea4c2b16c1752f1f45a2f54dd4ceb9c99d83f1;hp=29815083c77c8717f9a8b5f8ebe50c558c7bd114;hb=3d772a0a85f64604993d55930a62eafa1ba0712d;hpb=8c33fde83e244d0d1fa37666795bb0dc482299cf diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index 29815083..25ea4c2b 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -187,9 +187,6 @@ if the user has loaded a different buffer in that window.") (make-variable-buffer-local 'notmuch-pick-message-buffer) (put 'notmuch-pick-message-buffer 'permanent-local t) -(defvar notmuch-pick-process-state nil - "Parsing state of the search process filter.") - (defvar notmuch-pick-mode-map (let ((map (make-sparse-keymap))) (define-key map [mouse-1] 'notmuch-pick-show-message)