Re: [PATCH 2/6] parsemail-batch.sh: pass command-line options to parsemail

2016-09-25 Thread Daniel Axtens
Hi Stephen, > > I think this does the same thing as parsearchive? I don't know if this > is still necessary, if so, but as it doesn't cost anything to keep > around for now: If I understand correctly, parsearchive parses a single file containing a bunch of mail, and parsemail parses a directory con

Re: [PATCH 2/6] parsemail-batch.sh: pass command-line options to parsemail

2016-09-24 Thread Stephen Finucane
On 23 Sep 10:06, Daniel Axtens wrote: > Signed-off-by: Daniel Axtens I think this does the same thing as parsearchive? I don't know if this is still necessary, if so, but as it doesn't cost anything to keep around for now: Reviewed-by: Stephen Finucane __

[PATCH 2/6] parsemail-batch.sh: pass command-line options to parsemail

2016-09-22 Thread Daniel Axtens
Signed-off-by: Daniel Axtens --- patchwork/bin/parsemail-batch.sh | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/patchwork/bin/parsemail-batch.sh b/patchwork/bin/parsemail-batch.sh index 31ef4f0a7e4f..06de3d77ac95 100755 --- a/patchwork/bin/parsemail-batch.sh +++ b/pa