From: Francois Fleuret Date: Thu, 10 Oct 2013 18:23:43 +0000 (+0200) Subject: Set the max nb of mails to 500. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=66ec8b06541dc7a7da0aede8c9aacf421514b606 Set the max nb of mails to 500. --- diff --git a/mymail-vm.el b/mymail-vm.el index d08583c..10bcb7d 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -83,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)