mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
emacs: Remove duplicate declaration of `notmuch-folders'
Reviewed-by: Carl Worth <cworth@cworth.org> This variable was moved from notmuch.el to notmuch-lib.el some time ago, but the declaration in notmuch.el was left around. Clean that up.
This commit is contained in:
parent
98cf886120
commit
975307c945
1 changed files with 0 additions and 5 deletions
|
@ -659,11 +659,6 @@ characters as well as `_.+-'.
|
||||||
(apply 'notmuch-call-notmuch-process "tag"
|
(apply 'notmuch-call-notmuch-process "tag"
|
||||||
(append action-split (list notmuch-search-query-string) nil))))
|
(append action-split (list notmuch-search-query-string) nil))))
|
||||||
|
|
||||||
(defcustom notmuch-folders (quote (("inbox" . "tag:inbox") ("unread" . "tag:unread")))
|
|
||||||
"List of searches for the notmuch folder view"
|
|
||||||
:type '(alist :key-type (string) :value-type (string))
|
|
||||||
:group 'notmuch)
|
|
||||||
|
|
||||||
(defun notmuch-search-buffer-title (query)
|
(defun notmuch-search-buffer-title (query)
|
||||||
"Returns the title for a buffer with notmuch search results."
|
"Returns the title for a buffer with notmuch search results."
|
||||||
(let* ((folder (rassoc-if (lambda (key)
|
(let* ((folder (rassoc-if (lambda (key)
|
||||||
|
|
Loading…
Reference in a new issue