Re: notmuch and "mute" -- useful to anyone?
[notmuch-archives.git] / 07 / 31ded682662cb9498ab10d232327e6e50eed96
1 Return-Path: <david@tethera.net>\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 8EC8E431FBC\r
6         for <notmuch@notmuchmail.org>; Mon,  7 Apr 2014 03:16:51 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 B9SJWriuI1Q9 for <notmuch@notmuchmail.org>;\r
16         Mon,  7 Apr 2014 03:16:45 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id C665A431FB6\r
21         for <notmuch@notmuchmail.org>; Mon,  7 Apr 2014 03:16:45 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <david@tethera.net>)\r
24         id 1WX6aW-0007Td-Pz; Mon, 07 Apr 2014 10:15:36 +0000\r
25 Received: (nullmailer pid 20491 invoked by uid 1000); Mon, 07 Apr 2014\r
26         10:15:15 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
29 Subject: Re: [PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create\r
30         notmuch-version.el from it\r
31 In-Reply-To: <m261mlbik6.fsf@guru.guru-group.fi>\r
32 References: <1395261431-24668-1-git-send-email-tomi.ollila@iki.fi>\r
33         <1395261431-24668-2-git-send-email-tomi.ollila@iki.fi>\r
34         <87a9by47wh.fsf@maritornes.cs.unb.ca>\r
35         <m261mlbik6.fsf@guru.guru-group.fi>\r
36 User-Agent: Notmuch/0.17+174~g4efbc9f (http://notmuchmail.org) Emacs/24.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Mon, 07 Apr 2014 07:15:15 -0300\r
39 Message-ID: <871tx9h2do.fsf@maritornes.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Mon, 07 Apr 2014 10:16:51 -0000\r
55 \r
56 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
57 \r
58 >\r
59 > This is more due to the template-to-file conversion simplicity than need\r
60 > and I thought there is no harm having the copyright there. At least the\r
61 > file is consistent with others in that sense.\r
62 \r
63 OK, I can live with it.\r
64 \r
65 >\r
66 > All of these are of type string, and the documentation states whether \r
67 > it is (at least close to) numeric or not within string. But there is\r
68 > no tradition of what *-version should contain.\r
69 \r
70 I think depending on the contents of a string to be parseable in any\r
71 particular way is probably a bad idea in any case, particularly in a\r
72 lisp where you can just make the variable the appropriate type...\r
73 \r
74 d\r
75 \r