projects
/
mymail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7969cb9
)
Set the max nb of mails to 500.
author
Francois Fleuret
<francois@fleuret.org>
Thu, 10 Oct 2013 18:23:43 +0000
(20:23 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 10 Oct 2013 18:23:43 +0000
(20:23 +0200)
mymail-vm.el
patch
|
blob
|
history
diff --git
a/mymail-vm.el
b/mymail-vm.el
index
d08583c
..
10bcb7d
100644
(file)
--- 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)