Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5a / c694a9a79134dad3b53e73a9007ada95f2bf75
1 Return-Path: <rich@flatcap.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 arlo.cworth.org (Postfix) with ESMTP id 102506DE0281\r
6  for <notmuch@notmuchmail.org>; Mon,  6 Jun 2016 05:53:04 -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.112\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.112 tagged_above=-999 required=5\r
12  tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13  SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
14  autolearn=disabled\r
15 Received: from arlo.cworth.org ([127.0.0.1])\r
16  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
17  with ESMTP id AJ7rKqP-UeLv for <notmuch@notmuchmail.org>;\r
18  Mon,  6 Jun 2016 05:52:56 -0700 (PDT)\r
19 X-Greylist: delayed 448 seconds by postgrey-1.35 at arlo;\r
20  Mon, 06 Jun 2016 05:52:56 PDT\r
21 Received: from flatcap.org (flatcap.org [178.79.161.177])\r
22  by arlo.cworth.org (Postfix) with ESMTPS id 1A8036DE01C2\r
23  for <notmuch@notmuchmail.org>; Mon,  6 Jun 2016 05:52:56 -0700 (PDT)\r
24 Received: from localhost (localhost [127.0.0.1])\r
25  by flatcap.org (Postfix) with ESMTP id 457B018C1\r
26  for <notmuch@notmuchmail.org>; Mon,  6 Jun 2016 13:45:26 +0100 (BST)\r
27 X-Virus-Scanned: amavisd-new at flatcap.org\r
28 Received: from flatcap.org ([127.0.0.1])\r
29  by localhost (flatcap.org [127.0.0.1]) (amavisd-new, port 10024)\r
30  with ESMTP id RJj18_0-zhdF for <notmuch@notmuchmail.org>;\r
31  Mon,  6 Jun 2016 13:45:25 +0100 (BST)\r
32 Received: from laptop.flatcap.org (vpn10.flatcap.org [10.8.0.10])\r
33  (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\r
34  (No client certificate requested)\r
35  by flatcap.org (Postfix) with ESMTPS id 7B1D215F3\r
36  for <notmuch@notmuchmail.org>; Mon,  6 Jun 2016 13:45:24 +0100 (BST)\r
37 DMARC-Filter: OpenDMARC Filter v1.3.1 flatcap.org 7B1D215F3\r
38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=flatcap.org; s=mail;\r
39  t=1465217125; bh=Wh5xFtG79VDpcr5jm2LJwKvD4ezwEah5yVJ5GKyC99s=;\r
40  h=Date:From:To:Subject:From;\r
41  b=uoPI8jorgS9XZV2RNs4kjXCJHTlPRuioNNcVYeBKETJhfqxZj9u+lXViKlVg+HrI7\r
42  KxDtu5JLsHVDoRzduYHjfwNebPlRP+diEr/DJc3f0mMkedmK+Iq2Rjg1iSSencJqkW\r
43  nfTUYO7t5MP/7yUhOM3T0BOiXGPb07UuRc1QYlyg=\r
44 Date: Mon, 6 Jun 2016 13:45:23 +0100\r
45 From: Richard Russon <rich@flatcap.org>\r
46 To: notmuch@notmuchmail.org\r
47 Subject: LIBNOTMUCH_CHECK_VERSION macro broken\r
48 Message-Id: <20160606124522.g2y2eazhhrwjsa4h@flatcap.org>\r
49 MIME-Version: 1.0\r
50 Content-Type: text/plain; charset=us-ascii\r
51 Content-Disposition: inline\r
52 User-Agent: Mutt/1.6.1-neo (2016-05-30)\r
53 X-Mailman-Approved-At: Mon, 06 Jun 2016 06:59:28 -0700\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.20\r
56 Precedence: list\r
57 List-Id: "Use and development of the notmuch mail system."\r
58  <notmuch.notmuchmail.org>\r
59 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
60  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
61 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
62 List-Post: <mailto:notmuch@notmuchmail.org>\r
63 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
64 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
65  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
66 X-List-Received-Date: Mon, 06 Jun 2016 12:53:04 -0000\r
67 \r
68 In <notmuch.h> the macro definition begins:\r
69 \r
70 #define LIBNOTMUCH_CHECK_VERSION (major, minor, micro)\r
71 \r
72 There shouldn't be a space before the (\r
73 \r
74 This is from the current version in git.\r
75 \r
76 Cheers,\r
77     Rich / FlatCap\r
78 \r