Added the 'thread' key, which stands for either 'mailid' or 'reference'.
[mymail.git] / mymail-vm.el
index 5d31d6a..d08583c 100644 (file)
 ;; (add-to-list 'recentf-exclude "/tmp/mymail-vm-.*\.mbox")
 ;;
 ;; to your .emacs
+;;
+;; I also use
+;;
+;; (define-key vm-summary-mode-map "\\" 'mymail/vm-visit-folder)
+;;
+;; So that pressing "\" in the summary start a search with mymail
 
 (defgroup mymail ()
-  "Command to visit a folder build on-the-fly with mymail"
-  :version "0.9.5")
+  "Command to visit a folder built on-the-fly with mymail"
+  :version "0.9.8")
 
 (defcustom mymail/default-additional-search-requests ""
   "Comma-separated list of search requests to add to any search"