From 975307c945575bc660b451d13291956271e92e93 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Mon, 26 Apr 2010 16:09:43 +0100 Subject: [PATCH] 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. --- emacs/notmuch.el | 5 ----- 1 file changed, 5 deletions(-) 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) -- 2.43.0