]> git.notmuchmail.org Git - notmuch/commit
notmuch-dump: treat any remaining arguments after the filename as search terms
authorDavid Bremner <bremner@debian.org>
Sun, 9 Oct 2011 14:12:30 +0000 (11:12 -0300)
committerDavid Bremner <bremner@debian.org>
Sun, 16 Oct 2011 22:59:53 +0000 (19:59 -0300)
commit09beff1def1daa9887679723205855ff7da8a297
tree615a26e8db9e0d504d2213828054d2cabc69628a
parentff2cd7a789b81e76d2279ac8a13a06172c6d8279
notmuch-dump: treat any remaining arguments after the filename as search terms

The main motivation here is allow the fast dumping of tag data for
messages having certain tags.  In practice it seems too slow to pipe
dump to grep.

All dump-restore tests should be working now, so we update test/dump-restore
accordingly
notmuch-dump.c
test/dump-restore