Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id F3579431FD0 for ; Sun, 23 Oct 2011 12:10:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qhfJ+9UGswhM for ; Sun, 23 Oct 2011 12:10:09 -0700 (PDT) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by olra.theworths.org (Postfix) with SMTP id 4589B431FB6 for ; Sun, 23 Oct 2011 12:10:09 -0700 (PDT) Received: (qmail invoked by alias); 23 Oct 2011 19:10:08 -0000 Received: from p54BE2C59.dip.t-dialin.net (EHLO shi.workgroup) [84.190.44.89] by mail.gmx.net (mp018) with SMTP; 23 Oct 2011 21:10:08 +0200 X-Authenticated: #19296480 X-Provags-ID: V01U2FsdGVkX1/icPhpr2viEIqcs7eNTA2bAAs8K/lGNUoBdhPWsz 9oZWu7UAGKqoiV Received: from grfz by shi.workgroup with local (Exim 4.77) (envelope-from ) id 1RI3Qk-0004Xf-WF; Sun, 23 Oct 2011 21:09:59 +0200 Date: Sun, 23 Oct 2011 21:09:38 +0200 From: Gregor Zattler To: notmuch Subject: sorry, this test does not work (was: Re: [PATCH 2/2] Emacs: test: notmuch-show for a message thread without the indentation) Message-ID: <20111023190938.GF21842@shi.workgroup> Mail-Followup-To: notmuch References: <87vcuz2yga.fsf@servo.factory.finestructure.net> <1311028119-50637-1-git-send-email-fgeller@gmail.com> <1311028119-50637-3-git-send-email-fgeller@gmail.com> <20110719105059.GA6472@shi.workgroup> <87wrednlzz.fsf@steelpick.2x.cz> <20111023164324.GC21842@shi.workgroup> <20111023170040.GE21842@shi.workgroup> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111023170040.GE21842@shi.workgroup> User-Agent: Mutt/1.5.21 (2010-09-15) X-Y-GMX-Trusted: 0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 19:10:10 -0000 Hi David, notmuch developers, thanks to David (id:8762jfabih.fsf@zancas.localnet), I now know that the test in the parent message does not work. Sorry for the noise, I'll provide a functional test. * Gregor Zattler [23. Oct. 2011]: > In Emacs, notmuch indents messages according to their thread > depth. This leads to unused space and sometimes strange > formatting of paragraphs with long lines. Therefore I would like > to turn it off and have the message thread look more like a > conversation, as on GMail for example. > > This commit contains a test for such functionality. It tests > notmuch-show for a message thread without the indentation to > indicate thread depth of messages by setting > notmuch-indent-messages-width to `0'. > --- > I send this test as second patch since it depends on the > notmuch-indent-messages-width variable introduced by the first > one. > > test/emacs | 7 + > ...show-thread-maildir-storage-without-indentation | 215 ++++++++++++++++++++ > 2 files changed, 222 insertions(+), 0 deletions(-) > create mode 100644 test/notmuch-show-thread-maildir-storage-without-indentation Gregor