From: David Edmondson Date: Mon, 26 Apr 2010 15:09:43 +0000 (+0100) Subject: emacs: Remove duplicate declaration of `notmuch-folders' X-Git-Tag: 0.3~51 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=975307c945575bc660b451d13291956271e92e93 emacs: Remove duplicate declaration of `notmuch-folders' Reviewed-by: Carl Worth 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. --- diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 428ae6c4..e2071801 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -659,11 +659,6 @@ characters as well as `_.+-'. (apply 'notmuch-call-notmuch-process "tag" (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) "Returns the title for a buffer with notmuch search results." (let* ((folder (rassoc-if (lambda (key)