]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Remove duplicate declaration of `notmuch-folders'
authorDavid Edmondson <dme@dme.org>
Mon, 26 Apr 2010 15:09:43 +0000 (16:09 +0100)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Apr 2010 17:45:05 +0000 (10:45 -0700)
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.

emacs/notmuch.el

index 428ae6c4742158800d8693eb4d81a12dcd09c71c..e20718018a05cd0040f048e4c01ba3cc9f874571 100644 (file)
@@ -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)