Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / bc / 9e590433d784a8cf96ef5e2380a1465c77edfb
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 arlo.cworth.org (Postfix) with ESMTP id D965F6DE140C\r
6  for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 14:48:41 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.31\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.31 tagged_above=-999 required=5 tests=[AWL=0.241, \r
12  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 Xufugvh5RNMp for <notmuch@notmuchmail.org>;\r
16  Sun, 10 Jan 2016 14:48:39 -0800 (PST)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id AB6276DE0C66\r
19  for <notmuch@notmuchmail.org>; Sun, 10 Jan 2016 14:48:39 -0800 (PST)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1aIOmi-0004vJ-QR; Sun, 10 Jan 2016 17:48:28 -0500\r
23 Received: (nullmailer pid 17489 invoked by uid 1000);\r
24  Sun, 10 Jan 2016 22:48:36 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Austin Guest <guest.austin@gmail.com>\r
27 Cc: notmuch@notmuchmail.org\r
28 Subject: Re: using gpg with notmuch\r
29 In-Reply-To:\r
30  <CAOAZ2d22tSwU4yXds3+B1PwT77jqtdn2RH3VywLabiSwu-UdTQ@mail.gmail.com>\r
31 References:\r
32  <CAOAZ2d0KEujbqn0Aau5rPrHY+=Q6D55D7RLD3_wMr1FyrYWMPQ@mail.gmail.com>\r
33  <87a8od6s12.fsf@zancas.localnet>\r
34  <CAOAZ2d22tSwU4yXds3+B1PwT77jqtdn2RH3VywLabiSwu-UdTQ@mail.gmail.com>\r
35 User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
36  (x86_64-pc-linux-gnu)\r
37 Date: Sun, 10 Jan 2016 18:48:36 -0400\r
38 Message-ID: <877fjh6ofv.fsf@zancas.localnet>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.20\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sun, 10 Jan 2016 22:48:42 -0000\r
54 \r
55 Austin Guest <guest.austin@gmail.com> writes:\r
56 \r
57 > Thank you David!\r
58 >\r
59 > Using `setq` cleared things up. Should have caught that. Is there any way\r
60 > to contribute a patch to the docs (which omit `setq`) to help other n00bs\r
61 > along the way avoid the same pitfall?\r
62 \r
63 Ah, I see there is a typo on that page. It would be great if you could\r
64 fix it.\r
65 \r
66 You can find instructions for editing the wiki here:\r
67 \r
68     https://notmuchmail.org/wikiwriteaccess/\r
69 \r
70 \r
71 > When you say the frontend "ships with the C source" what does that mean? Or\r
72 > perhaps more to the point: how can I find and use the C source to build the\r
73 > binary? Once built, how can I make sure the new version is what I run from\r
74 > Emacs since I'm currently running the version from Melpa, etc...?\r
75 \r
76 download the source from\r
77 \r
78 https://notmuchmail.org/releases/LATEST-notmuch-0.21.tar.gz\r
79 \r
80 unpack that, and there is a file called INSTALL with instructions on how\r
81 to build and install.\r
82 \r
83 You can find the versions by typing 'v' in the notmuch-hello buffer.\r
84 \r
85 d\r