Re: [PATCH v6 03/12] cli: add insert command

Subject: Re: [PATCH v6 03/12] cli: add insert command

Date: Sat, 22 Jun 2013 07:55:41 +0100

To: Peter Wang, notmuch@notmuchmail.org

Cc:

From: Mark Walters


I haven't yet read the new notmuch-insert.c file but there is a small
conflict here:

> diff --git a/notmuch.c b/notmuch.c
> index 45a73ce..cf5bf95 100644
> --- a/notmuch.c
> +++ b/notmuch.c
> @@ -44,6 +44,9 @@ static command_t commands[] = {
>        "Interactively setup notmuch for first use." },
>      { "new", notmuch_new_command, FALSE,
>        "Find and import new messages to the notmuch database." },
> +    { "insert", notmuch_insert_command, FALSE,
> +      "[options...] [--] [+<tag>|-<tag> ...] < message",
> +      "Add a new message into the maildir and notmuch database." },

Jani removed the options string from the command struct
(id:1369480153-15190-1-git-send-email-jani@nikula.org)
so the "[options...] " line should be removed.

Best wishes

Mark

>      { "search", notmuch_search_command, FALSE,
>        "Search for messages matching the given search terms." },
>      { "show", notmuch_show_command, FALSE,
> -- 
> 1.7.12.1
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

Thread: