From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 682E36DE02B5 for ; Thu, 4 Aug 2016 10:33:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.907 X-Spam-Level: X-Spam-Status: No, score=-0.907 tagged_above=-999 required=5 tests=[AWL=0.115, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T5UOUo_5N846 for ; Thu, 4 Aug 2016 10:33:22 -0700 (PDT) Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by arlo.cworth.org (Postfix) with ESMTPS id 354B66DE02B0 for ; Thu, 4 Aug 2016 10:33:22 -0700 (PDT) Received: by mail-pf0-f175.google.com with SMTP id p64so88682564pfb.1 for ; Thu, 04 Aug 2016 10:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version; bh=cl8/7f15RHD2wdCbmM6TVuJckgthd7faFu5cqryADGw=; b=UCKKzGveLp6twI8KsdGfZzb+HnHPDY3hdJvxRdcngPCyPQVoRyO+NKZrVsnEhotwAF Yr+60bydmTTbS0lvRsWx2oeGQd96xnK8TMMAI3Jnp+fE5MYchuo/WfgGnGDrR4U9WAEz r2+fbcWblmI67ZqYjx1ddd6kzCNNkoQcfiw/d+MGTv7+LlaQ9BMCOuoKPZaHKRO1POAD mapzlR7b0N7ljAy9e56HDtuG6tF5Sgxfw2txMgTASMl0e2HTQpnQndJxYw2uxw4mz0R3 98mPDHsyCaooAmphOr925ybxn2KtZJnpsG/lwDfW5ku6LBwlguPQ4Zz0iGZ4Jz91FMwx r/Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version; bh=cl8/7f15RHD2wdCbmM6TVuJckgthd7faFu5cqryADGw=; b=AcotTvM6oe7eEBfE2B93HVOIMSc6muVB9qCw2pCgYAJDJgIrOqZqxdeEn2gnnE5MF4 3CBdHXSZkmauexvl18R5GjKUvUBRvB1wGap2uVAqHDIz69JBFJttyxGgbEIfLDlvi+ko UH7se4ZsB4P+hEm/qge1WrZw2nFo/pWGslUB84yBNC752AV3EZD7ii0z6NVbF3FCD/bL GJm+gHU/f8ixlmfdvRcUe/hgv2rwrniH6ewhKJXa5S1ATbkCZbcWLR++RKCBuRlDJVcM 1b8xYrVPXLSFWPE9ZtF73XFSRYuecAFKuHFFf2+NxBQSeLLHGAI2N2O1tm/59+UnyAe2 g/lQ== X-Gm-Message-State: AEkoous8Ne3Sed5LFSb119+n0sJfNec/mz0KGjc+zHW5zamu1pqV81l4WLDfXofTFJgcKIPB X-Received: by 10.98.193.1 with SMTP id i1mr128088417pfg.66.1470332001213; Thu, 04 Aug 2016 10:33:21 -0700 (PDT) Received: from marmstrong-linux.kir.corp.google.com ([2620:0:1008:11:9d01:ef49:41c8:1902]) by smtp.gmail.com with ESMTPSA id b134sm21823427pfb.55.2016.08.04.10.33.19 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 04 Aug 2016 10:33:20 -0700 (PDT) From: Matt Armstrong To: Yuri D'Elia , notmuch@notmuchmail.org Subject: Re: Flat search and threaded views In-Reply-To: <87k2fwbl24.fsf@wavexx.thregr.org> References: <87k2fwbl24.fsf@wavexx.thregr.org> User-Agent: Notmuch/0.22.1+62~g2a7b11b (https://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Thu, 04 Aug 2016 10:33:19 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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 Aug 2016 17:33:31 -0000 Yuri D'Elia writes: > For example, for a query like "tag:unread AND date:24h..now", I'm shown > all threads containing unread messages within the last day, which is > perfect. But when I select a thread (with RET), I'm shown the thread > from the start. Yuri, I see you're running into issues similar to what I raised today in id:qf57fbw4fx4.fsf@marmstrong-linux.kir.corp.google.com So far I think notmuch attemps to give you a useful https://en.wikipedia.org/wiki/DWIM default behavior with respect to how it handles threads, but both you and I find it to be surprising or even undesirable in certain situations.