From: Michal Sojka Date: Sat, 27 Sep 2014 13:43:05 +0000 (+0200) Subject: Re: Changing sort order in notmuch-show thread view (emacs) ? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d65f7b96bf6196663ed6cad3c3f937ecbdf8029;p=notmuch-archives.git Re: Changing sort order in notmuch-show thread view (emacs) ? --- diff --git a/77/81239e4c66d862e9dd415f977637fcab25ef41 b/77/81239e4c66d862e9dd415f977637fcab25ef41 new file mode 100644 index 000000000..ca00d5c1b --- /dev/null +++ b/77/81239e4c66d862e9dd415f977637fcab25ef41 @@ -0,0 +1,83 @@ +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 97CB5431FBD + for ; Sat, 27 Sep 2014 06:43: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 moGvhLtlS3VI for ; + Sat, 27 Sep 2014 06:43:21 -0700 (PDT) +Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) + by olra.theworths.org (Postfix) with ESMTP id 992B3431FBC + for ; Sat, 27 Sep 2014 06:43:19 -0700 (PDT) +Received: from localhost (unknown [192.168.200.7]) + by max.feld.cvut.cz (Postfix) with ESMTP id 3A9153CFE91; + Sat, 27 Sep 2014 15:43:16 +0200 (CEST) +X-Virus-Scanned: IMAP STYX AMAVIS +Received: from max.feld.cvut.cz ([192.168.200.1]) + by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, + port 10044) + with ESMTP id aFtjIHdwf9x9; Sat, 27 Sep 2014 15:43:11 +0200 (CEST) +Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) + by max.feld.cvut.cz (Postfix) with ESMTP id 5498D3CFE90; + Sat, 27 Sep 2014 15:43:11 +0200 (CEST) +Received: from wsh by steelpick.2x.cz with local (Exim 4.84) + (envelope-from ) + id 1XXsHB-0003hd-S3; Sat, 27 Sep 2014 15:43:05 +0200 +From: Michal Sojka +To: Olivier Berger , + notmuch@notmuchmail.org +Subject: Re: Changing sort order in notmuch-show thread view (emacs) ? +In-Reply-To: <874mvxfk0v.fsf@inf-11879.int-evry.fr> +References: <874mvxfk0v.fsf@inf-11879.int-evry.fr> +User-Agent: Notmuch/0.18.1+101~g56b0ff0 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 27 Sep 2014 15:43:05 +0200 +Message-ID: <87sijduql2.fsf@steelpick.2x.cz> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sat, 27 Sep 2014 13:43:32 -0000 + +Hi Olivier, + +On Wed, Sep 24 2014, Olivier Berger wrote: +> Hi. +> +> Maybe this is obvious, but I can't figure out how to change the sort +> order from inside a threaded view when reviewing discussions in a +> thread, in Emacs. +> +> Using < removes thread indentation, but then I'm not sure what the sort +> order is : dates or order of navigating the tree of responses ? + +AFAIK the sort order remains the same and there is currently no way how +to change it. + +> If I want to see latest messages in a discussion, instead of the default +> threaded view which is opened when I have entered a saved search view, +> can I do that from inside the notmuch-show buffer ? + +I use the Z key (notmuch-tree-from-search-current-query) in this case, +but I still need to locate the latest messages manually. It is only a +bit easier to do it in the tree view than in the show view. + +-Michal