diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 20:21:28 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-23 20:21:28 -0800 |
commit | 29f0891c1f7305bd0f96d6287f582b01aab8a93e (patch) | |
tree | 97fb818bd39aae36d8c8a68be8448101f6e7a98f | |
parent | Make a rethread command. (diff) | |
download | backend-29f0891c1f7305bd0f96d6287f582b01aab8a93e.tar.gz backend-29f0891c1f7305bd0f96d6287f582b01aab8a93e.tar.bz2 backend-29f0891c1f7305bd0f96d6287f582b01aab8a93e.zip |
Incremental was not doing new messages!.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-x | ag | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ end def do_incremental abort "Wrong argument type: #{$options.argmode.to_s}" unless $options.argmode == :dir - messages = $maildir.list(:cur) + messages = $maildir.list(:new) opts = { :in_processes => Ag::Utils.proc_count, |