]> git.cworth.org Git - notmuch/commit
cli: add --batch option to notmuch count
authorJani Nikula <jani@nikula.org>
Sun, 31 Mar 2013 09:46:00 +0000 (12:46 +0300)
committerDavid Bremner <bremner@unb.ca>
Mon, 1 Apr 2013 13:36:09 +0000 (09:36 -0400)
commitc6265706e8c0981c48536567c2d69d64aef2e55d
tree4db09406e764259c7765abd3d89d40edeaa5d1d0
parent530b56211177f5ba2b7c7d86d81f775e32a8be73
cli: add --batch option to notmuch count

Add support for reading queries from stdin, one per line, and writing
results to stdout, one per line.

This will bring considerable performance improvements when utilized in
Emacs notmuch-hello, especially so when running remote notmuch.
notmuch-count.c