]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
NEWS: Reword the latest bug description slightly.
[notmuch] / emacs / notmuch-lib.el
index 39eaf79b353fa48c6f2e3e8d85a6114e71ac1fc3..f30bcb429cc2a775a98b0242b3f3f63b5a0c8ecf 100644 (file)
   "Notmuch mail reader for Emacs."
   :group 'mail)
 
-(defcustom notmuch-folders '(("inbox" . "tag:inbox") ("unread" . "tag:unread"))
-  "List of searches for the notmuch folder view"
-  :type '(alist :key-type (string) :value-type (string))
-  :group 'notmuch)
-
 (defcustom notmuch-search-oldest-first t
   "Show the oldest mail first when searching."
   :type 'boolean
@@ -45,6 +40,9 @@
   :type '(alist :key-type string :value-type string)
   :group 'notmuch)
 
+(defvar notmuch-folders nil
+  "Deprecated name for what is now known as `notmuch-saved-searches'.")
+
 (defun notmuch-saved-searches ()
   "Common function for querying the notmuch-saved-searches variable.