--- /dev/null
+Return-Path: <novalazy@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 17560431FBD\r
+ for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:24:03 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id I1jqVy9m6SEd for <notmuch@notmuchmail.org>;\r
+ Sat, 22 Jun 2013 21:23:55 -0700 (PDT)\r
+Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com\r
+ [209.85.160.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 91736431FAE\r
+ for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:23:55 -0700 (PDT)\r
+Received: by mail-pb0-f49.google.com with SMTP id jt11so9451438pbb.22\r
+ for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:23:54 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id:x-mailer;\r
+ bh=7x9Au7VF1qdOtjn27hpF263aPsL309OHj0mcJUfstA4=;\r
+ b=Q6rmu2Gxq2eL1yscRcK+F0jGrWCR6jtHriOFtM5LL8KLl3zCC8E90nDqXwF+DUEksk\r
+ bH5P7IMqKhrjn8BOARS20bnw03t0WgKJdnPj4w8cgXjw2bY7azwa9bNiNVsMSzKl1Qtv\r
+ mnG+tXIALPyWIdzbZj48775JUi5TMJK6oyJQ2RJSniRlYEn4Ltjs2LgLJQ8EWenums2Y\r
+ Lg2IBxJjUlJqLXxdg1eIoP9G5uSiPQE+jBGRhGu/Dp+G2rx6LL1eDsPo2ppHcEueDqoz\r
+ hOoRrofEKjCEZgQbKA2fuEq8noC+IpirulZNgI2Cead9m7/ENyY2Q/5cd1CnHQlghxwk\r
+ VvwQ==\r
+X-Received: by 10.68.35.41 with SMTP id e9mr2850408pbj.221.1371961434806;\r
+ Sat, 22 Jun 2013 21:23:54 -0700 (PDT)\r
+Received: from localhost (215.42.233.220.static.exetel.com.au.\r
+ [220.233.42.215]) by mx.google.com with ESMTPSA id\r
+ pb5sm11839872pbc.29.2013.06.22.21.23.52 for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sat, 22 Jun 2013 21:23:53 -0700 (PDT)\r
+From: Peter Wang <novalazy@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v7 00/12] insert command\r
+Date: Sun, 23 Jun 2013 14:23:53 +1000\r
+Message-Id: <1371961445-15182-1-git-send-email-novalazy@gmail.com>\r
+X-Mailer: git-send-email 1.7.12.1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 23 Jun 2013 04:24:03 -0000\r
+\r
+- address Mark's review comments\r
+\r
+Peter Wang (12):\r
+ tag-util: move out 'tag' command-line check\r
+ tag-util: do not reset list in parse_tag_command_line\r
+ cli: add insert command\r
+ man: document 'insert' command\r
+ man: reference notmuch-insert.1\r
+ test: add tests for insert\r
+ insert: add --folder option\r
+ man: document insert --folder option\r
+ test: test insert --folder option\r
+ insert: add --create-folder option\r
+ man: document insert --create-folder\r
+ test: test insert --create-folder option\r
+\r
+ Makefile.local | 1 +\r
+ man/Makefile.local | 1 +\r
+ man/man1/notmuch-config.1 | 4 +-\r
+ man/man1/notmuch-count.1 | 4 +-\r
+ man/man1/notmuch-dump.1 | 4 +-\r
+ man/man1/notmuch-insert.1 | 75 +++++++\r
+ man/man1/notmuch-new.1 | 4 +-\r
+ man/man1/notmuch-reply.1 | 3 +-\r
+ man/man1/notmuch-restore.1 | 3 +-\r
+ man/man1/notmuch-search.1 | 3 +-\r
+ man/man1/notmuch-show.1 | 3 +-\r
+ man/man1/notmuch-tag.1 | 3 +-\r
+ man/man1/notmuch.1 | 3 +-\r
+ man/man5/notmuch-hooks.5 | 4 +-\r
+ man/man7/notmuch-search-terms.7 | 3 +-\r
+ notmuch-client.h | 3 +\r
+ notmuch-insert.c | 477 ++++++++++++++++++++++++++++++++++++++++\r
+ notmuch-tag.c | 5 +\r
+ notmuch.c | 2 +\r
+ tag-util.c | 8 +-\r
+ tag-util.h | 2 +\r
+ test/insert | 121 ++++++++++\r
+ test/notmuch-test | 1 +\r
+ 23 files changed, 715 insertions(+), 22 deletions(-)\r
+ create mode 100644 man/man1/notmuch-insert.1\r
+ create mode 100644 notmuch-insert.c\r
+ create mode 100755 test/insert\r
+\r
+-- \r
+1.7.12.1\r
+\r