Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f1 / 8ba3a50cb02783ee4ad83662ffb9c0d98a3810
1 Return-Path: <dkg@fifthhorseman.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 arlo.cworth.org (Postfix) with ESMTP id EB1086DE02C6\r
6  for <notmuch@notmuchmail.org>; Fri,  8 Apr 2016 18:54:51 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.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=[AWL=0.000]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id d_C2-iBiywN0 for <notmuch@notmuchmail.org>;\r
16  Fri,  8 Apr 2016 18:54:44 -0700 (PDT)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
18  by arlo.cworth.org (Postfix) with ESMTP id ED8DC6DE028C\r
19  for <notmuch@notmuchmail.org>; Fri,  8 Apr 2016 18:54:43 -0700 (PDT)\r
20 Received: from fifthhorseman.net (unknown [201.140.212.132])\r
21  by che.mayfirst.org (Postfix) with ESMTPSA id 02CFA1006F;\r
22  Fri,  8 Apr 2016 21:54:36 -0400 (EDT)\r
23 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
24  id E75572003D; Fri,  8 Apr 2016 22:54:31 -0300 (ART)\r
25 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
26 To: David Bremner <david@tethera.net>, Notmuch Mail <notmuch@notmuchmail.org>\r
27 Subject: Re: [PATCH v2 2/7] verify during thread-breakage that messages are\r
28  removed as well\r
29 In-Reply-To: <87zit7fs7m.fsf@zancas.localnet>\r
30 References: <1459445693-3900-1-git-send-email-dkg@fifthhorseman.net>\r
31  <1459606541-23889-1-git-send-email-dkg@fifthhorseman.net>\r
32  <1459606541-23889-2-git-send-email-dkg@fifthhorseman.net>\r
33  <87zit7fs7m.fsf@zancas.localnet>\r
34 User-Agent: Notmuch/0.21+124~gbf604e9 (http://notmuchmail.org) Emacs/24.5.1\r
35  (x86_64-pc-linux-gnu)\r
36 Date: Fri, 08 Apr 2016 22:54:31 -0300\r
37 Message-ID: <87d1pzr1go.fsf@alice.fifthhorseman.net>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.20\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44  <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
51  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sat, 09 Apr 2016 01:54:52 -0000\r
53 \r
54 On Tue 2016-04-05 22:20:45 -0300, David Bremner wrote:\r
55 > Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:\r
56 >\r
57 >>  \r
58 >> +test_subject_count() {\r
59 >> +    notmuch new >/dev/null\r
60 >> +    test_begin_subtest "${3:-looking for $2 instance of '$1'}"\r
61 >> +    count=$(notmuch count --output=threads "$1")\r
62 >> +    test_expect_equal "$count" "$2"\r
63 >> +}\r
64 >\r
65 > It's confusing that this doesn't have anything to do with the subject:\r
66 > prefix or the corresponding header.\r
67 \r
68 Sigh.  sorry, i just realized i missed this absolutely correct comment\r
69 when preparing the v3 series.  v4 is on its way, and hopefully it\r
70 addresses all the excellent feedback i got here.\r
71 \r
72 apologies for the noise.\r
73 \r
74        --dkg\r