X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=f30bcb429cc2a775a98b0242b3f3f63b5a0c8ecf;hb=fe5d0f3e11ab34d2367edcd7ad044747373f31a9;hp=39eaf79b353fa48c6f2e3e8d85a6114e71ac1fc3;hpb=f1f7e71e0347672e0658362c513e49c05b0f4161;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 39eaf79b..f30bcb42 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.