From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87436 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus nnmaildir and notmuch Date: Thu, 23 Mar 2017 18:17:18 -0700 Message-ID: <87tw6j79sx.fsf@ericabrahamsen.net> References: <87poh8nwxj.fsf@ecocode.net> <87shm3zeyf.fsf@hanan.ust.hk> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1490318296 5375 195.159.176.226 (24 Mar 2017 01:18:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 24 Mar 2017 01:18:16 +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+m35657@lists.math.uh.edu Fri Mar 24 02:18:12 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 1crDrj-0000YC-4S for ding-account@gmane.org; Fri, 24 Mar 2017 02:18:07 +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 bea2ac66-102f-11e7-8ed1-b499baa2b07a; Fri, 24 Mar 2017 01:18:10 +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 1crDrU-0002OK-Um; Thu, 23 Mar 2017 20:17:53 -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 1crDrS-0002Nh-GR for ding@lists.math.uh.edu; Thu, 23 Mar 2017 20:17:50 -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 1crDrQ-0005z2-Lb for ding@lists.math.uh.edu; Thu, 23 Mar 2017 20:17:50 -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 1crDrP-0001Gh-8H for ding@gnus.org; Fri, 24 Mar 2017 02:17:47 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1crDrF-0006Te-UF for ding@gnus.org; Fri, 24 Mar 2017 02:17:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:GF8kLqsFh0AJA4KfVzJHo6ZhjEQ= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87436 Archived-At: Andrew Cohen writes: > I'm responsible for the code but haven't had time to work on gnus for > several years. Updating of marks is supposed to work---indeed, it works > fine for me with imap. I haven't used notmuch but the marks code > shouldn't depend on that. I assume it won't be hard to get it working again (indeed, I'm not sure the problem isn't mine). Probably just some code drift. > One reason I can't say something more useful is I am using a version of > nnir that has updates that I never got around to pushing. Its possible > that I fixed some bugs in the marks code and never pushed it. If I can > find some time to poke around I will. I think you might have sent me something at some point -- what do you think of pushing a scratch branch to the Emacs repo? That way it wouldn't have to be polished, and more people could get a look at it. E