Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 22FD1431FDD for ; Sat, 10 May 2014 12:13:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q2hRWxTz+Gtg for ; Sat, 10 May 2014 12:13:43 -0700 (PDT) Received: from qmta07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [76.96.62.64]) by olra.theworths.org (Postfix) with ESMTP id 49DE2431FC4 for ; Sat, 10 May 2014 12:13:34 -0700 (PDT) Received: from omta08.westchester.pa.mail.comcast.net ([76.96.62.12]) by qmta07.westchester.pa.mail.comcast.net with comcast id 0K801o0020Fqzac57KDWp1; Sat, 10 May 2014 19:13:30 +0000 Received: from odin.tremily.us ([24.18.63.50]) by omta08.westchester.pa.mail.comcast.net with comcast id 0KDU1o00c152l3L3UKDVST; Sat, 10 May 2014 19:13:30 +0000 Received: from mjolnir.tremily.us (unknown [192.168.0.140]) by odin.tremily.us (Postfix) with ESMTPS id A5AE5119F479; Sat, 10 May 2014 12:13:28 -0700 (PDT) Received: (nullmailer pid 7438 invoked by uid 1000); Sat, 10 May 2014 19:12:55 -0000 From: "W. Trevor King" To: notmuch@notmuchmail.org Subject: [PATCH 4/5] Add a comment describing the program Date: Sat, 10 May 2014 12:12:48 -0700 Message-Id: <3f41aef9a4c188b64c03f1dae1ab5bad3878f8c5.1399748615.git.wking@tremily.us> X-Mailer: git-send-email 1.9.1.353.gc66d89d In-Reply-To: References: In-Reply-To: References: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1399749210; bh=hjTbGsGbRXHrdyKY8Y21o5asS0H7KadhMUKjk++UVFQ=; h=Received:Received:Received:Received:From:To:Subject:Date: Message-Id; b=c6DWFENkjR5s+KoDSjbopPB5Ys974f7FQhW/2LquuF6eQZRopbItrWhDqiB3Y5vEY UGCpJib6ALmutCfz7UD2bHe1apRgD6OzW2SBIZs+/jWBXkQK4Zn81gqqmzV0SzZfS4 aCmwBlXakTBGZ6lirx/7gmHcVncbo3g/HOC7TkYSII7fs8HHAsthHbie01FOs3ZmJC XyyZeaZjO6dIRHaB07mvMolXIwM60IN9IvjzxwgGypQINo08Ip0B/30DYcflr2eatL MdEaoJlWb0V6E/U+FUdnvo//dATfQ9WtG1XRE7nwyQaQs/kA2b+34An8L7KZghAziB Nws39qK3qYlRg== X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 19:13:52 -0000 From: Carl Worth It's quite simple, really. --- devel/nmbug/nmbug-status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/nmbug/nmbug-status b/devel/nmbug/nmbug-status index e14fecd..c9cc745 100755 --- a/devel/nmbug/nmbug-status +++ b/devel/nmbug/nmbug-status @@ -1,5 +1,8 @@ #!/usr/bin/python # +# Generate an HTML page with the result of one or more notmuch +# searches, (with links to gmane views of each email if available). +# # Copyright (c) 2011-2012 David Bremner # # dependencies -- 1.9.1.353.gc66d89d