Set the max nb of mails to 500.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 10 Oct 2013 18:23:43 +0000 (20:23 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 10 Oct 2013 18:23:43 +0000 (20:23 +0200)
mymail-vm.el

index d08583c..10bcb7d 100644 (file)
@@ -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)