X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=c906ca76eda2f9e21e9b423e05debf6c53f7ba01;hp=241fe8c445d2c96c07f3efc80262df022666e3f1;hb=3f003a3ae0ee800cbbae7ac1daa72b3be55f9d83;hpb=37dec7d7b37afd281f23c0ec7ed9111c24965126 diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 241fe8c4..c906ca76 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -69,6 +69,9 @@ ;; +(defvar notmuch-search-history nil + "Variable to store notmuch searches history.") + (defcustom notmuch-saved-searches nil "A list of saved searches to display." :type '(alist :key-type string :value-type string)