Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 1d / 34e97d8cd9390f1c4449895555826cf2b275ca
1 Return-Path: <jani@nikula.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1183E431FC0\r
6         for <notmuch@notmuchmail.org>; Thu, 13 Mar 2014 05:04:19 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 5P1neBx1hZcJ for <notmuch@notmuchmail.org>;\r
16         Thu, 13 Mar 2014 05:04:15 -0700 (PDT)\r
17 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com\r
18  [74.125.82.51])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  BF9F9431FAE    for <notmuch@notmuchmail.org>; Thu, 13 Mar 2014 05:04:14 -0700\r
21  (PDT)\r
22 Received: by mail-wg0-f51.google.com with SMTP id k14so739883wgh.34\r
23         for <notmuch@notmuchmail.org>; Thu, 13 Mar 2014 05:04:11 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=JxTEhH88oVwIJS4FZUckdzcpfgoxpa7mTcFqaZmDuWI=;\r
28         b=C5xDdniMB6fq1+HwPFIWONI6r4eb+/5MxY4Csgj3DcO6XLUOvqcM/X27UbOZlzSD+8\r
29         ssScINYOrGSSGdXmFzJzjFyHC6gy9W0gfL7WImmOsPCEkKEHkM3O5wbVOxsNq8x/djgf\r
30         cYUbIcqhbwsfgjRZZxv6PsiuJOzErn4BgQYCUva12IW7hzqUf2D0qnodoRS7S7O5f9PK\r
31         62hA5I/lQDe3xRte/lgxdNzt50cjuA0Ym5/8vC6IyXiC27sZtxY6oE1+9sEQwN3/2pqu\r
32         metUXnlzjvIOEoV/Tc3QAVaalXdQzlf0VlN9qcaqXX70cPpWhoYPgjdJ88EKz4HidP5U\r
33         6WLA==\r
34 X-Gm-Message-State:\r
35  ALoCoQmfD2/YrypWAStndMJkYK75vNPHPcSHXrNCiSUfIDXnvy0MdCyIkIbOdSyg84ZmimeIzNyi\r
36 X-Received: by 10.194.192.132 with SMTP id hg4mr1459659wjc.28.1394712249663;\r
37         Thu, 13 Mar 2014 05:04:09 -0700 (PDT)\r
38 Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3])\r
39         by mx.google.com with ESMTPSA id mw3sm24945789wic.7.2014.03.13.05.04.07\r
40         for <multiple recipients>\r
41         (version=TLSv1.1 cipher=RC4-SHA bits=128/128);\r
42         Thu, 13 Mar 2014 05:04:08 -0700 (PDT)\r
43 From: Jani Nikula <jani@nikula.org>\r
44 To: notmuch@notmuchmail.org\r
45 Subject: [PATCH 0/2] nmbug-status: make title/blurb configurable\r
46 Date: Thu, 13 Mar 2014 13:04:03 +0100\r
47 Message-Id: <cover.1394711823.git.jani@nikula.org>\r
48 X-Mailer: git-send-email 1.7.2.5\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Thu, 13 Mar 2014 12:04:19 -0000\r
62 \r
63 This lets me use nmbug-status for publishing search views in html\r
64 outside of the nmbug context. I'm sure especially 2/2 can be done\r
65 better. If someone wants to use their mad python skillz to improve this,\r
66 it would be great. ;)\r
67 \r
68 BR,\r
69 Jani.\r
70 \r
71 \r
72 Jani Nikula (2):\r
73   nmbug-status: parametrize title and blurb in the page header\r
74   nmbug-status: make output title and blurb configurable\r
75 \r
76  devel/nmbug/nmbug-status       |   36 ++++++++++++++++++------------------\r
77  devel/nmbug/status-config.json |    5 +++++\r
78  2 files changed, 23 insertions(+), 18 deletions(-)\r
79 \r
80 -- \r
81 1.7.2.5\r
82 \r