[PATCH v3 06/10] cli: Introduce "notmuch address" command
[notmuch-archives.git] / 3f / 81968c183a70dd9c71faf94bcaab3c984ef854
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 1614D429E27\r
6         for <notmuch@notmuchmail.org>; Thu, 24 Nov 2011 14:05:30 -0800 (PST)\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 JUN6zZz7kNeJ for <notmuch@notmuchmail.org>;\r
17         Thu, 24 Nov 2011 14:05:29 -0800 (PST)\r
18 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])\r
19         by olra.theworths.org (Postfix) with SMTP id F1066429E25\r
20         for <notmuch@notmuchmail.org>; Thu, 24 Nov 2011 14:05:28 -0800 (PST)\r
21 Received: (qmail invoked by alias); 24 Nov 2011 22:05:27 -0000\r
22 Received: from p54BE4A18.dip.t-dialin.net (EHLO shi.workgroup) [84.190.74.24]\r
23         by mail.gmx.net (mp012) with SMTP; 24 Nov 2011 23:05:27 +0100\r
24 X-Authenticated: #19296480\r
25 X-Provags-ID: V01U2FsdGVkX197hG5p8kx7SOGXjXlIx1hvuBi+/HYpKT6QwPVXUW\r
26         CNLwJ8kHjMQgW1\r
27 Received: from grfz by shi.workgroup with local (Exim 4.77)\r
28         (envelope-from <error4me@gmx.de>)\r
29         id 1RThOw-0001vw-8J; Thu, 24 Nov 2011 23:04:14 +0100\r
30 From: Gregor Zattler <telegraph@gmx.net>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH 0/4] emacs: make message indentation width customisable (was:\r
33         Re: [PATCH 2a/2] emacs: test notmuch-indent-messages-width default)\r
34 Date: Thu, 24 Nov 2011 23:03:20 +0100\r
35 Message-Id: <1322172204-6677-1-git-send-email-telegraph@gmx.net>\r
36 X-Mailer: git-send-email 1.7.7.3\r
37 In-Reply-To: <87d3ch8xz1.fsf@zancas.localnet>\r
38 References: <87d3ch8xz1.fsf@zancas.localnet>\r
39 X-Y-GMX-Trusted: 0\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Thu, 24 Nov 2011 22:05:30 -0000\r
53 \r
54 Dear David, notmuch developers,\r
55 \r
56 * David Bremner <david@tethera.net> [24. Nov. 2011]:\r
57 > On Sun, 23 Oct 2011 21:38:43 +0200, Gregor Zattler <telegraph@gmx.net> wrote:\r
58 > The extra copy of the patch header messes up the log messages with the 3\r
59 > test related patches in this series are applied. Can you resend with\r
60 > git-send-email?\r
61 \r
62 Sure.\r
63 \r
64 Felix Geller started this thread by proposing a patch to turn off\r
65 message indentation in notmuch show.  I instead wanted more\r
66 indentation.  I propose this patch set which\r
67 \r
68 a) makes indentation width configurable, therefore Felix may set\r
69    it to `0' which turns indentation off, I set it to `4' since I\r
70    want clearer indication of thread level, while default is `1'\r
71    which is the same as before.\r
72 \r
73 b) contains three tests fore the above mentioned indentation width \r
74    values.\r
75 \r
76 Thanks for notmuch, gregor\r
77 \r
78 \r
79 Gregor Zattler (4):\r
80   emacs: make message indentation width customisable\r
81   emacs: test notmuch-indent-messages-width default\r
82   emacs: test: notmuch show without indentation\r
83   emacs: test notmuch show with fourfold message indentation\r
84 \r
85  emacs/notmuch-show.el                              |   14 +-\r
86  test/emacs                                         |   21 ++\r
87  ...hread-maildir-storage-with-fourfold-indentation |  215 ++++++++++++++++++++\r
88  ...show-thread-maildir-storage-without-indentation |  215 ++++++++++++++++++++\r
89  4 files changed, 463 insertions(+), 2 deletions(-)\r
90  create mode 100644 test/emacs.expected-output/notmuch-show-thread-maildir-storage-with-fourfold-indentation\r
91  create mode 100644 test/emacs.expected-output/notmuch-show-thread-maildir-storage-without-indentation\r
92 \r
93 --\r
94 1.7.7.3\r