mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
contrib: pick: remove unused variable
This variable was needed at one point for the async parser but is not needed anymore.
This commit is contained in:
parent
8c33fde83e
commit
3d772a0a85
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue