--- /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 98882431FAF\r
+ for <notmuch@notmuchmail.org>; Fri, 5 Jul 2013 19:36:58 -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 MozwBYGax7lb for <notmuch@notmuchmail.org>;\r
+ Fri, 5 Jul 2013 19:36:51 -0700 (PDT)\r
+Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com\r
+ [209.85.220.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 01C2B431FAE\r
+ for <notmuch@notmuchmail.org>; Fri, 5 Jul 2013 19:36:50 -0700 (PDT)\r
+Received: by mail-pa0-f42.google.com with SMTP id rl6so2714808pac.1\r
+ for <notmuch@notmuchmail.org>; Fri, 05 Jul 2013 19:36:49 -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=70SARL+4o+5F5L8kJ/16N8eukb7vB0wqnHXkyAeLmA0=;\r
+ b=S8OlsYklKEjz5nNPi1euY1QPyVKRhJw/ZefFSZ5PRsFRSYxqhtV9zzJjgw1J978fXk\r
+ LYY6vOkh3pkTAnefFh0+skJ4VItsqytrMQzZZtSqo1yDQXGpAQ28g0uTeXhmSZXCBBJn\r
+ r2PRmwD19ob/dbPfC/Ta7ywqIBfvq4KnwAknoT+ZRz3ZODts3WDGcNi6+xvcjSXKvR3k\r
+ nAdO/MO/oV3C7j3dJjMjDbd9DKXfGvT+3RrUqWRRUxgJb1mMTpgkKjwG78EMKTFJJQAl\r
+ 2GR/9Eu6NQqTaTwnSIRIw86l04FEXZiDpBeISv7rfnS9ukvV2VUr9dFkiCFArrqlz9wL\r
+ wAlg==\r
+X-Received: by 10.68.211.70 with SMTP id na6mr12091742pbc.22.1373078209108;\r
+ Fri, 05 Jul 2013 19:36:49 -0700 (PDT)\r
+Received: from localhost (215.42.233.220.static.exetel.com.au.\r
+ [220.233.42.215])\r
+ by mx.google.com with ESMTPSA id pe9sm9792640pbc.35.2013.07.05.19.36.46\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Fri, 05 Jul 2013 19:36:48 -0700 (PDT)\r
+From: Peter Wang <novalazy@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] NEWS: announce insert command\r
+Date: Sat, 6 Jul 2013 12:36:28 +1000\r
+Message-Id: <1373078188-3852-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: Sat, 06 Jul 2013 02:36:58 -0000\r
+\r
+---\r
+ NEWS | 5 +++++\r
+ 1 file changed, 5 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 811e5dd..de5bb83 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -49,6 +49,11 @@ Bash command-line completion\r
+ `notmuch config`. The new completion support depends on the\r
+ bash-completion package.\r
+ \r
++Support for delivering messages to Maildir\r
++\r
++ There is a new command `insert` that adds a message to a Maildir\r
++ folder and notmuch index.\r
++\r
+ Vim Front-End\r
+ -------------\r
+ \r
+-- \r
+1.7.12.1\r
+\r