[PATCH] emacs: address completion, allow sender/recipient and filters
[notmuch-archives.git] / 02 / 7b5892cde9be281f8d40c621e7460687d679a7
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 F3579431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 23 Oct 2011 12:10:09 -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 qhfJ+9UGswhM for <notmuch@notmuchmail.org>;\r
17         Sun, 23 Oct 2011 12:10:09 -0700 (PDT)\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 4589B431FB6\r
20         for <notmuch@notmuchmail.org>; Sun, 23 Oct 2011 12:10:09 -0700 (PDT)\r
21 Received: (qmail invoked by alias); 23 Oct 2011 19:10:08 -0000\r
22 Received: from p54BE2C59.dip.t-dialin.net (EHLO shi.workgroup) [84.190.44.89]\r
23         by mail.gmx.net (mp018) with SMTP; 23 Oct 2011 21:10:08 +0200\r
24 X-Authenticated: #19296480\r
25 X-Provags-ID: V01U2FsdGVkX1/icPhpr2viEIqcs7eNTA2bAAs8K/lGNUoBdhPWsz\r
26         9oZWu7UAGKqoiV\r
27 Received: from grfz by shi.workgroup with local (Exim 4.77)\r
28         (envelope-from <error4me@gmx.de>)\r
29         id 1RI3Qk-0004Xf-WF; Sun, 23 Oct 2011 21:09:59 +0200\r
30 Date: Sun, 23 Oct 2011 21:09:38 +0200\r
31 From: Gregor Zattler <telegraph@gmx.net>\r
32 To: notmuch <notmuch@notmuchmail.org>\r
33 Subject: sorry, this test does not work (was: Re: [PATCH 2/2] Emacs: test:\r
34         notmuch-show for a message thread without the indentation)\r
35 Message-ID: <20111023190938.GF21842@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         <20111023164324.GC21842@shi.workgroup>\r
43         <20111023170040.GE21842@shi.workgroup>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain; charset=us-ascii\r
46 Content-Disposition: inline\r
47 In-Reply-To: <20111023170040.GE21842@shi.workgroup>\r
48 User-Agent: Mutt/1.5.21 (2010-09-15)\r
49 X-Y-GMX-Trusted: 0\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 23 Oct 2011 19:10:10 -0000\r
63 \r
64 Hi David, notmuch developers,\r
65 \r
66 thanks to David (id:8762jfabih.fsf@zancas.localnet), I now know\r
67 that the test in the parent message does not work.\r
68 \r
69 Sorry for the noise, I'll provide a functional test.\r
70 \r
71 * Gregor Zattler <telegraph@gmx.net> [23. Oct. 2011]:\r
72 > In Emacs, notmuch indents messages according to their thread\r
73 > depth.  This leads to unused space and sometimes strange\r
74 > formatting of paragraphs with long lines.  Therefore I would like\r
75 > to turn it off and have the message thread look more like a\r
76 > conversation, as on GMail for example.\r
77\r
78 > This commit contains a test for such functionality.  It tests\r
79 > notmuch-show for a message thread without the indentation to\r
80 > indicate thread depth of messages by setting\r
81 > notmuch-indent-messages-width to `0'.\r
82 > ---\r
83 > I send this test as second patch since it depends on the\r
84 > notmuch-indent-messages-width variable introduced by the first\r
85 > one.\r
86\r
87 >  test/emacs                                         |    7 +\r
88 >  ...show-thread-maildir-storage-without-indentation |  215 ++++++++++++++++++++\r
89 >  2 files changed, 222 insertions(+), 0 deletions(-)\r
90 >  create mode 100644 test/notmuch-show-thread-maildir-storage-without-indentation\r
91 \r
92 \r
93 Gregor\r