[PATCH 04/18] insert: copy stdin to Maildir tmp file

2012-11-26 Thread Ali Polatel
On Wed, Jul 25, 2012 at 11:42:33PM +1000, Peter Wang wrote: >Read the new message from standard input into the Maildir tmp file. >--- > notmuch-insert.c | 51 +-- > 1 files changed, 49 insertions(+), 2 deletions(-) > >diff --git a/notmuch-insert.c

Re: [PATCH 04/18] insert: copy stdin to Maildir tmp file

2012-11-26 Thread Ali Polatel
On Wed, Jul 25, 2012 at 11:42:33PM +1000, Peter Wang wrote: Read the new message from standard input into the Maildir tmp file. --- notmuch-insert.c | 51 +-- 1 files changed, 49 insertions(+), 2 deletions(-) diff --git a/notmuch-insert.c

[PATCH 04/18] insert: copy stdin to Maildir tmp file

2012-07-26 Thread Peter Wang
Read the new message from standard input into the Maildir tmp file. --- notmuch-insert.c | 51 +-- 1 files changed, 49 insertions(+), 2 deletions(-) diff --git a/notmuch-insert.c b/notmuch-insert.c index f01a6f2..340f7e4 100644 ---

[PATCH 04/18] insert: copy stdin to Maildir tmp file

2012-07-25 Thread Peter Wang
Read the new message from standard input into the Maildir tmp file. --- notmuch-insert.c | 51 +-- 1 files changed, 49 insertions(+), 2 deletions(-) diff --git a/notmuch-insert.c b/notmuch-insert.c index f01a6f2..340f7e4 100644 ---