]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
test/Makefile.local: Added configured TALLOC_LDFLAGS.
[notmuch] / emacs / notmuch-lib.el
index 959764e33c98a0487a6d401ebfb7ebecd7881241..2941da3eb2ca98edeefe283330ff706ddf0d6c1e 100644 (file)
@@ -107,12 +107,6 @@ Note that the recommended way of achieving the same is using
 (defvar notmuch-search-history nil
   "Variable to store notmuch searches history.")
 
-(defcustom notmuch-saved-searches '(("inbox" . "tag:inbox")
-                                   ("unread" . "tag:unread"))
-  "A list of saved searches to display."
-  :type '(alist :key-type string :value-type string)
-  :group 'notmuch-hello)
-
 (defcustom notmuch-archive-tags '("-inbox")
   "List of tag changes to apply to a message or a thread when it is archived.