[PATCH 2/3] ruby: allow build with RUNPATH
[notmuch-archives.git] / 8f / ff15e50e2e5dda6302ac42bf52e4c159dba107
1 Return-Path: <sojka@os.inf.tu-dresden.de>\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 2864A429E25\r
6         for <notmuch@notmuchmail.org>; Tue, 16 Aug 2011 13:24:07 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 c7fnWdr80Rz0 for <notmuch@notmuchmail.org>;\r
16         Tue, 16 Aug 2011 13:24:06 -0700 (PDT)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 0F0B1431FB6\r
19         for <notmuch@notmuchmail.org>; Tue, 16 Aug 2011 13:24:06 -0700 (PDT)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 0D03A19F2F50;\r
22         Tue, 16 Aug 2011 22:24:05 +0200 (CEST)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id R8osarzovkMV; Tue, 16 Aug 2011 22:24:04 +0200 (CEST)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id E2A5B19F30E0;\r
30         Tue, 16 Aug 2011 22:24:01 +0200 (CEST)\r
31 Received: from steelpick.2x.cz (cable-86-56-4-108.cust.telecolumbus.net\r
32         [86.56.4.108]) (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id A3144FA003;\r
34         Tue, 16 Aug 2011 22:24:01 +0200 (CEST)\r
35 Received: from wsh by steelpick.2x.cz with local (Exim 4.76)\r
36         (envelope-from <sojka@os.inf.tu-dresden.de>)\r
37         id 1QtQB6-00033O-Pc; Tue, 16 Aug 2011 22:24:00 +0200\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: Gregor Zattler <telegraph@gmx.net>, notmuch <notmuch@notmuchmail.org>\r
40 Subject: Re: configure indentation width instead? (was: Re: [PATCH 2/2] Emacs:\r
41         Add variable to toggle thread indentation to notmuch-show)\r
42 In-Reply-To: <20110719105059.GA6472@shi.workgroup>\r
43 References: <87vcuz2yga.fsf@servo.factory.finestructure.net>\r
44         <1311028119-50637-1-git-send-email-fgeller@gmail.com>\r
45         <1311028119-50637-3-git-send-email-fgeller@gmail.com>\r
46         <20110719105059.GA6472@shi.workgroup>\r
47 User-Agent: Notmuch/0.6.1-91-g55c2c34 (http://notmuchmail.org) Emacs/23.3.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Tue, 16 Aug 2011 22:24:00 +0200\r
50 Message-ID: <87wrednlzz.fsf@steelpick.2x.cz>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Tue, 16 Aug 2011 20:24:07 -0000\r
66 \r
67 On Tue, 19 Jul 2011, Gregor Zattler wrote:\r
68 > Hi Felix, notmuch develpers,\r
69\r
70 > Felix introduces a boolean configuration variable in order to\r
71 > disable/enable indentation.   Wouldn't it be more helpful and\r
72 > powerful to customise the indentation width with "0" meaning no\r
73 > indentation, "1" being the current behaviour, "2" meaning double\r
74 > indentation, "3" threefold indentation ...  ?\r
75 \r
76 +1\r
77 \r
78 Sometimes I find indenting by one character too small to find the\r
79 replied message in long threads.\r
80 \r
81 -Michal\r