Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 37 / 7af0593f683eece2d2be03cadb735e055bcf57
1 Return-Path: <tomi.ollila@iki.fi>\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 7A4886DE02AD\r
6  for <notmuch@notmuchmail.org>; Sun,  1 May 2016 10:49:17 -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.606\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.606 tagged_above=-999 required=5 tests=[AWL=-0.046,\r
12   SPF_NEUTRAL=0.652] 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 QQtYWX3XcZIu for <notmuch@notmuchmail.org>;\r
16  Sun,  1 May 2016 10:49:09 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id C6E8E6DE01BE\r
19  for <notmuch@notmuchmail.org>; Sun,  1 May 2016 10:49:08 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id E322A10004A\r
22  for <notmuch@notmuchmail.org>; Sun,  1 May 2016 20:48:53 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: notmuch@notmuchmail.org\r
25 Subject: Re: [Patch v2 04/13] lib/cli: add library API / CLI for compile time\r
26  options\r
27 In-Reply-To: <87inyz8g8f.fsf@zancas.localnet>\r
28 References: <1459015043-8460-1-git-send-email-david@tethera.net>\r
29  <1459015043-8460-5-git-send-email-david@tethera.net>\r
30  <m27ffjvt9j.fsf@guru.guru-group.fi> <87inyz8g8f.fsf@zancas.localnet>\r
31 User-Agent: Notmuch/0.22+9~gb26b5ad (http://notmuchmail.org) Emacs/24.3.1\r
32  (x86_64-unknown-linux-gnu)\r
33 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
34  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
35  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
36 Date: Sun, 01 May 2016 20:48:53 +0300\r
37 Message-ID: <m2mvo94qka.fsf@guru.guru-group.fi>\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: Sun, 01 May 2016 17:49:17 -0000\r
53 \r
54 On Sat, Apr 30 2016, David Bremner <david@tethera.net> wrote:\r
55 \r
56 > Tomi Ollila <tomi.ollila@iki.fi> writes:\r
57 >\r
58 >> On Sat, Mar 26 2016, David Bremner <david@tethera.net> wrote:\r
59 >>\r
60 >>\r
61 >> ... note: if this notmuch_options_present () function prevails, fix\r
62 >> the later #if check ;D\r
63 >>\r
64 >> ... and\r
65 >>\r
66 >> void\r
67 >> _notmuch_config_list_options () {\r
68 >>     printf("options.compact=%s\n",\r
69 >>         HAVE_XAPIAN_COMPACT ? "true" : "false");\r
70 >>     printf("options.field_processor=%s\n",\r
71 >>         HAVE_XAPIAN_FIELD_PROCESSOR ? "true" : "false");\r
72 >> }\r
73 >>\r
74 >\r
75 > This I'm not so sure about. There's a subtle distinction between what is\r
76 > supported in the CLI and what is supported in the lib, and we really\r
77 > want the latter. So I do think _some_ library routine is needed.\r
78 \r
79 Ah! this is the one thing I did not catch -- we need to know what _library_\r
80 supports from cli/bindings/whatnot. This makes most of the things I wrote\r
81 in my email irrelevant ;/ \r
82 \r
83 You seem to have sent new series so I stop commenting this and concentrate\r
84 on that...\r
85 \r
86 Tomi\r
87 \r