[PATCH v6 03/12] cli: add insert command
Mark Walters
markwalters1009 at gmail.com
Fri Jun 21 23:55:41 PDT 2013
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 at 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 at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
More information about the notmuch
mailing list