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 69E65429E27 for ; Sun, 21 Aug 2011 08:55:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 EubrrYPWsNyx for ; Sun, 21 Aug 2011 08:55:33 -0700 (PDT) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.216.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D0BA7431FD0 for ; Sun, 21 Aug 2011 08:55:33 -0700 (PDT) Received: by qyk38 with SMTP id 38so1251110qyk.5 for ; Sun, 21 Aug 2011 08:55:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=xWDciheh6ztL6ADy1brAOW1/o3zmVQglzxJxYtLdK7U=; b=bst4VazS2Na08Z/22e2YkijFRt7LRA26n/UtvNuloUpHC4tafSoe9Ol6zzx0BYgfC+ O/yOdEpD/hVMA/d/ri814cKzSPZzvuf9wvzGV95+tfI+lj2B6hHpIRX9skA52DZBwt7Y XimTdSqNs4b/ZH1eVh1Jja1B+oBXvPTAWypXQ= MIME-Version: 1.0 Received: by 10.229.42.68 with SMTP id r4mr781025qce.44.1313942129445; Sun, 21 Aug 2011 08:55:29 -0700 (PDT) Sender: amdragon@gmail.com Received: by 10.229.13.200 with HTTP; Sun, 21 Aug 2011 08:55:29 -0700 (PDT) In-Reply-To: <10952.1313657529@maps> References: <10952.1313657529@maps> Date: Sun, 21 Aug 2011 11:55:29 -0400 X-Google-Sender-Auth: I1Oi-3kzMECL4G_fYzZx2QHRnr0 Message-ID: Subject: Re: queries switching from MH-E to notmuch From: Austin Clements To: Stephen Eglen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Sun, 21 Aug 2011 15:55:34 -0000 On Thu, Aug 18, 2011 at 4:52 AM, Stephen Eglen wrote: > 2. viewing both the search results and current thread > > I'm used to the MH-E (and VM) idea that when browsing a folder (or, here, > search results) the top window shows the subject lines, and the bottom, > larger, window shows the current message. =A0e.g. see the top screenshot > at: http://mh-e.sourceforge.net/screenshots/. =A0As you scroll through th= e > folder contents at the top, the bottom window shows the corresponding mes= sage. > > By contrast, in notmuch it seems that you either see just the search > results, or one thread, but not both. =A0Would it be feasible to get > something more like the behaviour of VM and MH-E? =A0I can write elisp > fluently, but before I look into it, I thought I'd check to see whether > this is feasible. =A0(I've just seen that this is the bottom item on Keit= h > P's wish list: http://keithp.com/notmuch/) I would love to have something along these lines, especially with quick navigation in both the top and bottom panes. One idea I'd been toying with (but have no implementation for) was to integrate Daniel Schoepe's two-pane thread outlining with two-pane search results: in the top pane, show the usual thread search results but replace the currently open thread in the search results with its thread outline. Navigating in the top pane would naturally correspond to moving between messages in the current thread until you reached the end (or beginning) of the thread, at which point it would move to the next (or previous) thread. This may or may not work in practice, but it's something to consider.