From: David Bremner Date: Sun, 9 Oct 2011 14:12:30 +0000 (-0300) Subject: notmuch-dump: treat any remaining arguments after the filename as search terms X-Git-Tag: 0.10_rc1~78 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=09beff1def1daa9887679723205855ff7da8a297;hp=09beff1def1daa9887679723205855ff7da8a297;p=notmuch 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 ---