X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=f30bcb429cc2a775a98b0242b3f3f63b5a0c8ecf;hb=a4669217600e4536dc0c49f0255af5e2d9bc183f;hp=39eaf79b353fa48c6f2e3e8d85a6114e71ac1fc3;hpb=fa5279113b8bc2d6f58d672867f980ef8f02a118;p=obsolete%2Fnotmuch-old 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.