Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b6 / 09eb0c75670a8576860411263a709dcfd9f549
1 Return-Path: <pieter@praet.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 CF825431FBC\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 06:38:43 -0800 (PST)\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 TgHwakcv-cAG for <notmuch@notmuchmail.org>;\r
16         Fri,  3 Feb 2012 06:38:43 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id C3716431FAF\r
21         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 06:38:42 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so2887857wib.26\r
23         for <notmuch@notmuchmail.org>; Fri, 03 Feb 2012 06:38:41 -0800 (PST)\r
24 Received: by 10.180.90.225 with SMTP id bz1mr25565640wib.5.1328279921639;\r
25         Fri, 03 Feb 2012 06:38:41 -0800 (PST)\r
26 Received: from localhost ([109.131.13.166])\r
27         by mx.google.com with ESMTPS id fv6sm17958579wib.8.2012.02.03.06.38.40\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Fri, 03 Feb 2012 06:38:41 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Tomi Ollila <tomi.ollila@iki.fi>, David Bremner <david@tethera.net>,\r
32         notmuch@notmuchmail.org\r
33 Subject: Re: 0.11.1 release in progress\r
34 In-Reply-To: <m2mx90avzq.fsf@guru.guru-group.fi>\r
35 References: <87y5skdqex.fsf@zancas.localnet>\r
36         <m2mx90avzq.fsf@guru.guru-group.fi>\r
37 User-Agent: Notmuch/0.11+132~ga81001f (http://notmuchmail.org) Emacs/23.3.1\r
38         (x86_64-unknown-linux-gnu)\r
39 Date: Fri, 03 Feb 2012 15:36:38 +0100\r
40 Message-ID: <8739asoufd.fsf@praet.org>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Fri, 03 Feb 2012 14:38:44 -0000\r
56 \r
57 On Fri, 03 Feb 2012 15:26:33 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
58 > On Fri, 03 Feb 2012 08:58:46 -0400, David Bremner <david@tethera.net> wrote:\r
59 > > \r
60 > > Hi Folks;\r
61 > > \r
62 > > After some long delays, I am finally getting 0.11.1 out the door.  I\r
63 > > have pushed an untagged release candidate to\r
64 > > \r
65 > > git://notmuchmail.org/git/notmuch\r
66 > > branch release\r
67 > > \r
68 > > encourage you to check it out (har har). I will probably tag and release\r
69 > > in about 12hours, all going well.\r
70\r
71 > $ git describe\r
72 > debian/0.11-1-7-gf38bc44\r
73\r
74 > $ notmuch --version\r
75 > notmuch 0.11+7~gf38bc44\r
76\r
77 > (where did one 1 disappear)\r
78\r
79 \r
80 It wasn't there to begin with ;)\r
81 \r
82 The first result is the most recent tag reachable from f38bc446,\r
83 the second result is the most recent tag *starting with a number\r
84 and dot* reachable from commit f38bc446.\r
85 \r
86 \r
87   $ git describe --debug\r
88   searching to describe HEAD\r
89   finished search at ffce9b7c25b9b44ec026b67d96e44cae09c99efe\r
90    annotated          7 debian/0.11-1\r
91   traversed 8 commits\r
92   debian/0.11-1-7-gf38bc44\r
93 \r
94   $ git describe --debug --match '[0-9.]*' # See Makefile.local::24\r
95   searching to describe HEAD\r
96   finished search at ffce9b7c25b9b44ec026b67d96e44cae09c99efe\r
97    annotated          7 0.11\r
98   traversed 8 commits\r
99   0.11-7-gf38bc44\r
100 \r
101 \r
102 `notmuch --version' will work as expected as soon as an annotated\r
103 tag object called '0.11.1' is created, pointing to commit f38bc446.\r
104 \r
105 \r
106 > Anyway, tests pass and this seems to work... I complain if I\r
107 > notice any unexpected problems.\r
108\r
109 \r
110 Same here.\r
111 \r
112 \r
113 > > d\r
114\r
115 > Tomi\r
116 > _______________________________________________\r
117 > notmuch mailing list\r
118 > notmuch@notmuchmail.org\r
119 > http://notmuchmail.org/mailman/listinfo/notmuch\r
120 \r
121 \r
122 Peace\r
123 \r
124 -- \r
125 Pieter\r