Re: Questions from a user new to notmuch
[notmuch-archives.git] / 75 / b50ad0323876b230703c10b0432194f5bf93d1
1 Return-Path: <error4me@gmx.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 80FE8431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 23 Oct 2011 09:43:55 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id b9H03CY9ABuw for <notmuch@notmuchmail.org>;\r
17         Sun, 23 Oct 2011 09:43:54 -0700 (PDT)\r
18 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23])\r
19         by olra.theworths.org (Postfix) with SMTP id 6FBE3431FB6\r
20         for <notmuch@notmuchmail.org>; Sun, 23 Oct 2011 09:43:54 -0700 (PDT)\r
21 Received: (qmail invoked by alias); 23 Oct 2011 16:43:50 -0000\r
22 Received: from p54BE2C59.dip.t-dialin.net (EHLO shi.workgroup) [84.190.44.89]\r
23         by mail.gmx.net (mp003) with SMTP; 23 Oct 2011 18:43:50 +0200\r
24 X-Authenticated: #19296480\r
25 X-Provags-ID: V01U2FsdGVkX195aSpOXdV5OaOqc4uklGDgR8YB/sZHfd/QdQyi48\r
26         n4GEn6QIG0S/ea\r
27 Received: from grfz by shi.workgroup with local (Exim 4.77)\r
28         (envelope-from <error4me@gmx.de>)\r
29         id 1RI19E-0007xu-7n; Sun, 23 Oct 2011 18:43:44 +0200\r
30 Date: Sun, 23 Oct 2011 18:43:24 +0200\r
31 From: Gregor Zattler <telegraph@gmx.net>\r
32 To: notmuch <notmuch@notmuchmail.org>\r
33 Subject: [PATCH] emacs: make message indentation width customisable (was: Re:\r
34         configure indentation width instead?)\r
35 Message-ID: <20111023164324.GC21842@shi.workgroup>\r
36 Mail-Followup-To: notmuch <notmuch@notmuchmail.org>\r
37 References: <87vcuz2yga.fsf@servo.factory.finestructure.net>\r
38         <1311028119-50637-1-git-send-email-fgeller@gmail.com>\r
39         <1311028119-50637-3-git-send-email-fgeller@gmail.com>\r
40         <20110719105059.GA6472@shi.workgroup>\r
41         <87wrednlzz.fsf@steelpick.2x.cz>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 Content-Disposition: inline\r
45 In-Reply-To: <87wrednlzz.fsf@steelpick.2x.cz>\r
46 User-Agent: Mutt/1.5.21 (2010-09-15)\r
47 X-Y-GMX-Trusted: 0\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sun, 23 Oct 2011 16:43:55 -0000\r
61 \r
62 Hi Michal, Felix, notmuch developers,\r
63 * Michal Sojka <sojkam1@fel.cvut.cz> [16. Aug. 2011]:\r
64 > On Tue, 19 Jul 2011, Gregor Zattler wrote:\r
65 >> Felix introduces a boolean configuration variable in order to\r
66 >> disable/enable indentation.   Wouldn't it be more helpful and\r
67 >> powerful to customise the indentation width with "0" meaning no\r
68 >> indentation, "1" being the current behaviour, "2" meaning double\r
69 >> indentation, "3" threefold indentation ...  ?\r
70\r
71 > +1\r
72\r
73 > Sometimes I find indenting by one character too small to find the\r
74 > replied message in long threads.\r
75 \r
76 I also need more indentation in order to not get lost in long\r
77 threads and displays are wide today.\r
78 \r
79 I now altered Felix' patches from dis/enabling indentation to\r
80 making indentation customisable.  I actually have no clue of\r
81 elisp and the test suite, I really only altered his patches.\r
82 \r
83 The actual patch makes message indentation customisable by\r
84 introducing a variable `notmuch-indent-messages-width' which\r
85 defaults to `1', which is the same as before.  Felix could set\r
86 this variable to `0' in order to disable indentation, I tested it\r
87 with a value of `4' for a clearer separation of messages in a\r
88 thread.  This patch works for me.\r
89 \r
90 I also altered Felix test to use this new variable.  I don't know\r
91 how to run the test suite and therefore don't know if it really\r
92 tests zero indentation.\r
93 \r
94 HTH and thanks for notmuch and notmuch-Emacs which perhaps helps\r
95 me to use Emacs as a MUA, Gregor\r