--- /dev/null
+Return-Path: <wking@tremily.us>\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 15CFA431FBD\r
+ for <notmuch@notmuchmail.org>; Tue, 7 Oct 2014 10:36:40 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
+ 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 F+rA0kpJ1GUq for <notmuch@notmuchmail.org>;\r
+ Tue, 7 Oct 2014 10:36:32 -0700 (PDT)\r
+Received: from resqmta-po-01v.sys.comcast.net (resqmta-po-01v.sys.comcast.net\r
+ [96.114.154.160])\r
+ (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 190C0431FAF\r
+ for <notmuch@notmuchmail.org>; Tue, 7 Oct 2014 10:36:32 -0700 (PDT)\r
+Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227])\r
+ by resqmta-po-01v.sys.comcast.net with comcast\r
+ id 0Hah1p0024ueUHc01HcWFa; Tue, 07 Oct 2014 17:36:30 +0000\r
+Received: from odin.tremily.us ([24.18.63.50])\r
+ by resomta-po-03v.sys.comcast.net with comcast\r
+ id 0HcV1p00T152l3L01HcVSH; Tue, 07 Oct 2014 17:36:30 +0000\r
+Received: from mjolnir.tremily.us (unknown [192.168.0.150])\r
+ by odin.tremily.us (Postfix) with ESMTPS id 72F6113F71AE;\r
+ Tue, 7 Oct 2014 10:36:29 -0700 (PDT)\r
+Received: (nullmailer pid 17350 invoked by uid 1000);\r
+ Tue, 07 Oct 2014 17:36:19 -0000\r
+From: "W. Trevor King" <wking@tremily.us>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2] NEWS: Document "nmbug: Translate to Python"\r
+Date: Tue, 7 Oct 2014 10:36:13 -0700\r
+Message-Id:\r
+ <2a9f3e7423fe3ab95c2c6fbd6047aed935b6463b.1412703127.git.wking@tremily.us>\r
+X-Mailer: git-send-email 2.1.0.60.g85f0837\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
+ s=q20140121; t=1412703390;\r
+ bh=1xSWX+XZAsSsf9u5OVJGt1zTvQk7GsqA2OQRnSTxvIE=;\r
+ h=Received:Received:Received:Received:From:To:Subject:Date:\r
+ Message-Id;\r
+ b=fCICwzdjBolH7YjhWmFMxMvWWUOrQNHvlXRBNrAgG9DWfk7eRGV0YbodhwxsgsS60\r
+ ZKgcv+QWaWCiwaUpTn4kGOEL6u1+FzoSNxmNyZOkxTFLQMX4dhhr+pMj6QEHcIjh/s\r
+ t0EcFShVL/6aWmFkEgw7q/hf/Jb1Y1/u5vemzS32ay1aClf0UepV47DQXG3CSzndaH\r
+ BcLEtwBZsysS2ri3UJAnjwjV0AlV6+a4qcuhnkZ+nxFMJviLk0QnKlDe5UqNn2Anbh\r
+ BvU5KN+SYkrzk0kjji0HFwiR3k085en6gh+wcHuXnoI/5Xy8d5+hoOYOe/BxNh1KVW\r
+ eSDJ6tJmfvzaw==\r
+Cc: Tomi Ollila <tomi.ollila@iki.fi>, David Bremner <bremner@debian.org>\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: Tue, 07 Oct 2014 17:36:40 -0000\r
+\r
+For more details, see the commit message for 7f2cb3be (nmbug:\r
+Translate to Python, 2014-10-03). I realized while writing this that\r
+the 7f2cb3be commit message has:\r
+\r
+ * 'nmbug log' now execs 'git log', as there's no need to keep the\r
+ Python process around once we've launched Git there.\r
+\r
+But we dropped that exec in favor of the subprocess approach between\r
+v3 and v4, I just forgot to update the commit message [1].\r
+\r
+[1]: id:e630b6763e9d0771718afee41ea15b29bb4a1de8.1409935538.git.wking@tremily.us\r
+ http://article.gmane.org/gmane.mail.notmuch.general/19007\r
+---\r
+Changes since v1 [1]:\r
+\r
+* Trimmed down to a list of altered commands, and suggest people run\r
+ 'nmbug COMMAND --help' for details [2].\r
+\r
+[1]: id:30987ac1951b6703839d1ec8546c91f2e94935ac.1412523971.git.wking@tremily.us\r
+ http://thread.gmane.org/gmane.mail.notmuch.general/19225\r
+[2]: id:87tx3fajqu.fsf@maritornes.cs.unb.ca\r
+\r
+ NEWS | 10 ++++++++++\r
+ 1 file changed, 10 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index fa57e5d..2efb49d 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -22,6 +22,16 @@ Library changes\r
+ Add return status to notmuch_database_close and\r
+ notmuch_database_destroy\r
+ \r
++nmbug\r
++-----\r
++\r
++The Perl script has been translated to Python; you'll need Python 2.7\r
++or anything from the 3.x line. Most of the user-facing interface is\r
++the same, but `nmbug help` is not `nmbug --help`, and the following nmbug\r
++commands have slightly different interfaces: `archive`, `commit`,\r
++`fetch`, `log`, `pull`, `push`, and `status`. For details on the\r
++new interface for a given command, run `nmbug COMMAND --help`.\r
++\r
+ nmbug-status\r
+ ------------\r
+ \r
+-- \r
+2.1.0.60.g85f0837\r
+\r