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 BBE54431FD0 for ; Tue, 14 Jun 2011 09:29:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 mn1agMhxhrRe for ; Tue, 14 Jun 2011 09:29:31 -0700 (PDT) Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CE10A431FB6 for ; Tue, 14 Jun 2011 09:29:31 -0700 (PDT) Received: from d03relay01.boulder.ibm.com (d03relay01.boulder.ibm.com [9.17.195.226]) by e36.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p5EGNRmV009480 for ; Tue, 14 Jun 2011 10:23:27 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay01.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p5EGTCq1170728 for ; Tue, 14 Jun 2011 10:29:18 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p5EAT9bX017649 for ; Tue, 14 Jun 2011 04:29:10 -0600 Received: from skywalker.linux.vnet.ibm.com ([9.79.209.32]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p5EAT2Af016502; Tue, 14 Jun 2011 04:29:04 -0600 From: "Aneesh Kumar K.V" To: Daniel Schoepe , notmuch@notmuchmail.org Subject: Re: [PATCH 3/3] emacs: Test for thread-outlining In-Reply-To: <1307921480-17130-4-git-send-email-daniel.schoepe@googlemail.com> References: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com> <1307921480-17130-4-git-send-email-daniel.schoepe@googlemail.com> User-Agent: Notmuch/0.5-215-g5143e5e (http://notmuchmail.org) Emacs/23.2.1 (i686-pc-linux-gnu) Date: Tue, 14 Jun 2011 21:58:48 +0530 Message-ID: <87ips8e5rz.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Tue, 14 Jun 2011 16:29:32 -0000 On Mon, 13 Jun 2011 01:31:20 +0200, Daniel Schoepe wrote: > --- /dev/null > +++ b/test/emacs.expected-output/notmuch-show-thread-outline > @@ -0,0 +1,7 @@ > +Lars Kellogg-Stedman - 2009-11-17 > + Mikhail Gusarov - 2009-11-17 > + Lars Kellogg-Stedman - 2009-11-17 > + "Mikhail Gusarov" - 2009-11-17 > + "Keith Packard" - 2009-11-17 > + Lars Kellogg-Stedman - 2009-11-18 > + "Carl Worth" - 2009-11-18 > -- It would be nice to have the above as . I guess GNUs does the below Lars Kellogg-Stedman - 2009-11-17 |-> Mikhail Gusarov - 2009-11-17 |-> Lars Kellogg-Stedman - 2009-11-17 |->"Mikhail Gusarov" - 2009-11-17 |->"Keith Packard" - 2009-11-17 -aneesh