From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87440 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus nnmaildir and notmuch Date: Fri, 24 Mar 2017 08:48:38 -0700 Message-ID: <87lgru7k15.fsf@ericabrahamsen.net> References: <87poh8nwxj.fsf@ecocode.net> <87shm3zeyf.fsf@hanan.ust.hk> <871stnrtn8.fsf@ecocode.net> <87mvcbqe18.fsf@ecocode.net> <87bmsrqdrl.fsf@ecocode.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1490370677 31501 195.159.176.226 (24 Mar 2017 15:51:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 24 Mar 2017 15:51:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35661@lists.math.uh.edu Fri Mar 24 16:51:13 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crRUV-0006t2-P1 for ding-account@gmane.org; Fri, 24 Mar 2017 16:51:03 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id b15a965c-10a9-11e7-8ed1-b499baa2b07a; Fri, 24 Mar 2017 15:51:07 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1crRTp-0000eK-BU; Fri, 24 Mar 2017 10:50:21 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1crRTn-0000dn-RO for ding@lists.math.uh.edu; Fri, 24 Mar 2017 10:50:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1crRTm-0005cw-TP for ding@lists.math.uh.edu; Fri, 24 Mar 2017 10:50:19 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1crRTl-0002R2-HS for ding@gnus.org; Fri, 24 Mar 2017 16:50:17 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1crRTZ-0000z8-Ha for ding@gnus.org; Fri, 24 Mar 2017 16:50:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:rE48c/1twZ7yKeDHjttvlB/4gj0= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87440 Archived-At: Erik Colson writes: > Erik Colson writes: > >> So this is more of a enhancement request for nnir. > > And I should definitely RTFM > > "The nnir group made in this way is an ephemeral group, and some changes > are not permanent: aside from reading, moving, and deleting, you can’t > act on the original article. But there is an alternative: you can warp > (i.e., jump) to the original group for the article on the current line > with A W, aka gnus-warp-to-article. Even better, the function > gnus-summary-refer-thread, bound by default in summary buffers to A T, > will first warp to the original group before it works its magic and > includes all the articles in the thread. From here you can read, move > and delete articles, but also copy them, alter article marks, > whatever. Go nuts." > > It kinda makes the notmuch search engine loose its purpose, but at least > it is documented :) No, I think this is supposed to work -- at any rate, there is code in nnir for handling this. I'll try to take a look later. Actually there are two issues: do the marks propagate to the backend, and when they do, does the nnir group update its display correctly? My understanding had been that you were having the latter problem, but perhaps it's all connected. Eric