From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86592 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Configuration weirdness Date: Tue, 12 Jan 2016 08:51:05 +0800 Message-ID: <874mejpqme.fsf@ericabrahamsen.net> References: <87r3hniw7r.fsf@nwalsh.com> <878u3vag83.fsf@nwalsh.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1452559958 2500 80.91.229.3 (12 Jan 2016 00:52:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2016 00:52:38 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34819@lists.math.uh.edu Tue Jan 12 01:52:26 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aInCD-0000wR-J2 for ding-account@gmane.org; Tue, 12 Jan 2016 01:52:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aInBV-0006eS-I1; Mon, 11 Jan 2016 18:51:41 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aInBT-0006du-CX for ding@lists.math.uh.edu; Mon, 11 Jan 2016 18:51:39 -0600 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.85) (envelope-from ) id 1aInBS-00011k-1w for ding@lists.math.uh.edu; Mon, 11 Jan 2016 18:51:38 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1aInB3-0005LD-Bc for ding@gnus.org; Tue, 12 Jan 2016 01:51:17 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aInB2-0000Aw-EH for ding@gnus.org; Tue, 12 Jan 2016 01:51:12 +0100 Original-Received: from 123.123.19.102 ([123.123.19.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jan 2016 01:51:12 +0100 Original-Received: from eric by 123.123.19.102 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jan 2016 01:51:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 123.123.19.102 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:trm69t9Zu5OwjL7nqBogmeh42Wg= X-Spam-Score: -0.1 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86592 Archived-At: Norman Walsh writes: > Norman Walsh writes: >> Anyone have any idea why my change had the effect that it did? Or how >> to get it fixed? > > FWIW, it appears that if I hack the .newsrc.eld file to copy/move > the (“foldername” …) expressions to (“nnml:foldername” …) then > it kind of works. But I'm not sure how safe that is. If you've already done it, and nothing broke, then you should be okay. The backend you put in your `gnus-select-method' is meant to be the "primary" select method, which means that group names aren't prefixed with the server name (ie, you were originally seeing just seeing "acmecorp.engineering", no "nnml" prefix). I don't know why adding a `nnir-search-engine' parameter would change that, but the prefix itself shouldn't really make any difference. Are you sure notmuch works with nnml? I was under the impression it only works with the maildir format. Eric