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 1614D429E27 for ; Thu, 24 Nov 2011 14:05:30 -0800 (PST) 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 JUN6zZz7kNeJ for ; Thu, 24 Nov 2011 14:05:29 -0800 (PST) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by olra.theworths.org (Postfix) with SMTP id F1066429E25 for ; Thu, 24 Nov 2011 14:05:28 -0800 (PST) Received: (qmail invoked by alias); 24 Nov 2011 22:05:27 -0000 Received: from p54BE4A18.dip.t-dialin.net (EHLO shi.workgroup) [84.190.74.24] by mail.gmx.net (mp012) with SMTP; 24 Nov 2011 23:05:27 +0100 X-Authenticated: #19296480 X-Provags-ID: V01U2FsdGVkX197hG5p8kx7SOGXjXlIx1hvuBi+/HYpKT6QwPVXUW CNLwJ8kHjMQgW1 Received: from grfz by shi.workgroup with local (Exim 4.77) (envelope-from ) id 1RThOw-0001vw-8J; Thu, 24 Nov 2011 23:04:14 +0100 From: Gregor Zattler To: notmuch@notmuchmail.org Subject: [PATCH 0/4] emacs: make message indentation width customisable (was: Re: [PATCH 2a/2] emacs: test notmuch-indent-messages-width default) Date: Thu, 24 Nov 2011 23:03:20 +0100 Message-Id: <1322172204-6677-1-git-send-email-telegraph@gmx.net> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <87d3ch8xz1.fsf@zancas.localnet> References: <87d3ch8xz1.fsf@zancas.localnet> 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: Thu, 24 Nov 2011 22:05:30 -0000 Dear David, notmuch developers, * David Bremner [24. Nov. 2011]: > On Sun, 23 Oct 2011 21:38:43 +0200, Gregor Zattler wrote: > The extra copy of the patch header messes up the log messages with the 3 > test related patches in this series are applied. Can you resend with > git-send-email? Sure. Felix Geller started this thread by proposing a patch to turn off message indentation in notmuch show. I instead wanted more indentation. I propose this patch set which a) makes indentation width configurable, therefore Felix may set it to `0' which turns indentation off, I set it to `4' since I want clearer indication of thread level, while default is `1' which is the same as before. b) contains three tests fore the above mentioned indentation width values. Thanks for notmuch, gregor Gregor Zattler (4): emacs: make message indentation width customisable emacs: test notmuch-indent-messages-width default emacs: test: notmuch show without indentation emacs: test notmuch show with fourfold message indentation emacs/notmuch-show.el | 14 +- test/emacs | 21 ++ ...hread-maildir-storage-with-fourfold-indentation | 215 ++++++++++++++++++++ ...show-thread-maildir-storage-without-indentation | 215 ++++++++++++++++++++ 4 files changed, 463 insertions(+), 2 deletions(-) create mode 100644 test/emacs.expected-output/notmuch-show-thread-maildir-storage-with-fourfold-indentation create mode 100644 test/emacs.expected-output/notmuch-show-thread-maildir-storage-without-indentation -- 1.7.7.3