X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mymail-vm.el;h=10bcb7d9c49e4eba8fac9ba97d82ed806761ab49;hb=66ec8b06541dc7a7da0aede8c9aacf421514b606;hp=5d31d6a8a546603c0b527a83f86affe8bee05ae5;hpb=68ba7a639bbd352c067df464b3ff0ff35a2d9263;p=mymail.git diff --git a/mymail-vm.el b/mymail-vm.el index 5d31d6a..10bcb7d 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -21,10 +21,16 @@ ;; (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" @@ -77,7 +83,8 @@ prefaced with \\." (if (= (apply 'call-process (nconc (list "mymail" nil nil nil "--output" mbox-name - "--default-search" "p") + "--default-search" "p" + "--nb-mails-max" "500") search-args)) 0) (vm-visit-folder mbox-name t)