summaryrefslogtreecommitdiff
path: root/emacs/notmuch-lib.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/notmuch-lib.el')
-rw-r--r--emacs/notmuch-lib.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el
index 39eaf79..f30bcb4 100644
--- a/emacs/notmuch-lib.el
+++ b/emacs/notmuch-lib.el
@@ -28,11 +28,6 @@
"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.