[PATCH 16/18] insert: add --create-folder option

2012-11-18 Thread Mark Walters
Hi On Wed, 25 Jul 2012, Peter Wang wrote: > Support an option to create a new folder in the maildir. > --- > notmuch-insert.c | 71 > ++ > 1 files changed, 71 insertions(+), 0 deletions(-) > > diff --git a/notmuch-insert.c

Re: [PATCH 16/18] insert: add --create-folder option

2012-11-18 Thread Mark Walters
Hi On Wed, 25 Jul 2012, Peter Wang noval...@gmail.com wrote: Support an option to create a new folder in the maildir. --- notmuch-insert.c | 71 ++ 1 files changed, 71 insertions(+), 0 deletions(-) diff --git a/notmuch-insert.c

[PATCH 16/18] insert: add --create-folder option

2012-07-26 Thread Peter Wang
Support an option to create a new folder in the maildir. --- notmuch-insert.c | 71 ++ 1 files changed, 71 insertions(+), 0 deletions(-) diff --git a/notmuch-insert.c b/notmuch-insert.c index a69dfe6..380c520 100644 --- a/notmuch-insert.c +++

[PATCH 16/18] insert: add --create-folder option

2012-07-25 Thread Peter Wang
Support an option to create a new folder in the maildir. --- notmuch-insert.c | 71 ++ 1 files changed, 71 insertions(+), 0 deletions(-) diff --git a/notmuch-insert.c b/notmuch-insert.c index a69dfe6..380c520 100644 --- a/notmuch-insert.c +++