Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f6 / ff562d4e54f21f1b09a5b577b933020bc45d96
1 Return-Path: <prvs=1055d01fb=jrosenthal@jhu.edu>\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 ABB22431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 11 May 2011 07:49:52 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 l6IuaErtljWy for <notmuch@notmuchmail.org>;\r
16         Wed, 11 May 2011 07:49:52 -0700 (PDT)\r
17 Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151])\r
18         (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 E17D4431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 11 May 2011 07:49:51 -0700 (PDT)\r
22 X-IronPort-AV: E=Sophos;i="4.64,353,1301889600"; d="scan'208";a="66543389"\r
23 Received: from dyn-butler-159-101.dyn.columbia.edu (HELO gogo.home)\r
24         ([128.59.159.101])\r
25         by ipex2.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
26         11 May 2011 10:49:51 -0400\r
27 Received: from jkr by gogo.home with local (Exim 4.75)\r
28         (envelope-from <jrosenthal@jhu.edu>)\r
29         id 1QKAjW-0007kW-La; Wed, 11 May 2011 10:49:50 -0400\r
30 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
31 To: Florian Friesdorf <flo@chaoflow.net>, notmuch@notmuchmail.org\r
32 Subject: Re: address completion when composing\r
33 In-Reply-To: <87fwolh1mu.fsf@eve.chaoflow.net>\r
34 References: <87fwolh1mu.fsf@eve.chaoflow.net>\r
35 User-Agent: Notmuch/0.5-192-gecd6549 (http://notmuchmail.org) Emacs/23.3.1\r
36         (i486-pc-linux-gnu)\r
37 Date: Wed, 11 May 2011 10:49:50 -0400\r
38 Message-ID: <87oc39mgvl.fsf@gogo.home>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 11 May 2011 14:49:52 -0000\r
54 \r
55 On Wed, 11 May 2011 14:18:01 +0200, Florian Friesdorf <flo@chaoflow.net> wrote:\r
56\r
57 > According to the docs [1], there are two programs that can be used with\r
58 > notmuch-address.el: notmuch-addresses (python) and addrlookup (vala/c).\r
59\r
60 > What about shipping some / all of these with notmuch? It feels that\r
61 > newbies would benefit from this inclusion and more extensive\r
62 > documentation about what to do to get address completion.\r
63 \r
64 I certainly agree with this. I've done a pretty craptacular job of\r
65 maintaining the python version (just now changed the URL on the wiki,\r
66 though, to be fair to myself, I didn't know it was on the wiki in the\r
67 first place).\r
68 \r
69 I'd personally argue, not surprisingly, for unifying on the python\r
70 version, if unifying we must, just because the python bindings are much\r
71 more used than vala bindings (and way more people hack on python than\r
72 vala) so it stands a better chance of keeping up with the binary. I\r
73 don't see speed as being too much of an issue (either between the two,\r
74 or in relation too BBDB), since both are well under a second on my\r
75 underpowered netbook and my 6-year-old celeron.\r
76 \r
77 Sebastian might have other opinions, though.\r
78 \r
79 Ideally, though, it would be best if it were part of the bin from the\r
80 get-go. Or, even better, if the command-line options made duplicating\r
81 the functionality possible.\r
82 \r
83 Best,\r
84 Jesse\r
85 \r
86 \r
87 \r