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 CD24A40D14B for ; Thu, 4 Nov 2010 06:25:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=unavailable 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 DVnliU6fjv5b for ; Thu, 4 Nov 2010 06:24:56 -0700 (PDT) Received: from mail-ww0-f41.google.com (mail-ww0-f41.google.com [74.125.82.41]) by olra.theworths.org (Postfix) with ESMTP id 988464196F0 for ; Thu, 4 Nov 2010 06:24:56 -0700 (PDT) Received: by wwi18 with SMTP id 18so396030wwi.2 for ; Thu, 04 Nov 2010 06:24:55 -0700 (PDT) Received: by 10.227.157.11 with SMTP id z11mr726809wbw.122.1288877093985; Thu, 04 Nov 2010 06:24:53 -0700 (PDT) Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com [81.149.164.25]) by mx.google.com with ESMTPS id h29sm8555501wbc.3.2010.11.04.06.24.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Nov 2010 06:24:53 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 1061259405B; Thu, 4 Nov 2010 13:24:31 +0000 (GMT) To: "Aneesh Kumar K. V" Subject: Re: [PATCH 3/3] notmuch: Add support for listing the parent message In-Reply-To: References: <1288200417-6584-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1288200417-6584-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <87hbfx4euv.fsf@ut.hh.sledj.net> User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Thu, 04 Nov 2010 13:24:30 +0000 Message-ID: <87eib143xt.fsf@ut.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org 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, 04 Nov 2010 13:25:17 -0000 On Thu, 04 Nov 2010 16:06:39 +0530, "Aneesh Kumar K. V" wrote: > On Thu, 04 Nov 2010 09:28:40 +0000, David Edmondson wrote: > > On Wed, 27 Oct 2010 22:56:57 +0530, "Aneesh Kumar K.V" wrote: > > > From: Aneesh Kumar K.V > > > > > > When you have long thread, it would be nice to be able to > > > show the message to which the current message is a reply > > > > The patch fires up a new search, destroying my context. Shouldn't the > > parent message be visible in the current thread and, if so, perhaps just > > searching in the current buffer for it (and jumping back there) be > > possible? (Maybe even with a key to pop back to the child easily.) > > > > It should actually stack up. That is, it fires up a new search but then a > 'q' should bring back the old context. One of the thing i really > wanted to keep was the ability to go back to the old context with a key > binding which in this case is achieved by 'q' I played some more and I agree, it's fine as is.