X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=2941da3eb2ca98edeefe283330ff706ddf0d6c1e;hb=ca34ac1440d9c7855f41fc4bca569038fa1bd6b0;hp=959764e33c98a0487a6d401ebfb7ebecd7881241;hpb=92c3fd938e7a4e86edbc872eb5348dc048ec0e78;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 959764e3..2941da3e 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -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.