]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
emacs: use a single history for all searches
[notmuch] / emacs / notmuch-lib.el
index 241fe8c445d2c96c07f3efc80262df022666e3f1..c906ca76eda2f9e21e9b423e05debf6c53f7ba01 100644 (file)
@@ -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)