From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 18372 invoked from network); 4 Apr 2020 14:52:34 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with UTF8ESMTPZ; 4 Apr 2020 14:52:34 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jKk9W-0005NJ-8a; Sat, 04 Apr 2020 09:52:06 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jKk9T-0005Kd-5c for ding@lists.math.uh.edu; Sat, 04 Apr 2020 09:52:03 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jKk9R-0005Gv-FW for ding@lists.math.uh.edu; Sat, 04 Apr 2020 09:52:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/+bGNWPTlJtl5XIte2eVcCjFjR/1g2Fs5zNtI37GcFY=; b=ZvKJgsKvsc7Ld6eDpSMuw9bILh QgNXCa74k2z0Oayz4fShVjDsdM+acnatKEIpgLJhBhC9wKS91JXwos7BRYSufA+DTT7MTrClUGqar 4ThF4mIBZhKTDGvmToF32z+sMbYqrTTu69RfbhoerkMBfAKchXDZdT+qj6j6nWx5AANw=; Received: from ciao.gmane.io ([159.69.161.202]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jKk9K-0001vr-Sr for ding@gnus.org; Sat, 04 Apr 2020 16:51:57 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jKk9J-000SOs-Vf for ding@gnus.org; Sat, 04 Apr 2020 16:51:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric S Fraga Subject: Re: using nnmairix Date: Sat, 04 Apr 2020 15:51:49 +0100 Organization: On the Interweb somewhere Message-ID: <874ktz5mnu.fsf@ucl.ac.uk> References: <871rp3pdqn.fsf@ucl.ac.uk> <87mu7re2jq.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:T0lw6XYBfpGLUZpLlEnJmxN4m1s= X-Url: http://twitter.com/ericsfraga/ List-ID: Precedence: bulk On Saturday, 4 Apr 2020 at 07:41, Eric Abrahamsen wrote: > Are you creating the group with the `nnmairix-search' command? I'm > looking at that function, and it ends with a call to > `gnus-group-read-group', so it should be dumping you into the group > directly... Yes, using "G b s" in the group buffer which is bound to nnmairix-search). The messages buffer shows: ,---- | Deleting article .overview in zz_mairix-search-1... | Deleting article 32375 in zz_mairix-search-1... | Deleting article 32376 in zz_mairix-search-1... | Deleting article 32377 in zz_mairix-search-1... | Deleting article 32378 in zz_mairix-search-1... | Deleting article 32379 in zz_mairix-search-1... | Deleting article 32380 in zz_mairix-search-1... | Creating mail directory /home/ucecesf/Mail/zz_mairix-search-1/ | Reading incoming mail from file... | Reading incoming mail from pop... | Reading incoming mail from pop... | nnml: Reading incoming mail (no new mail)...done `---- so old search cleared and new group created but nothing shown in group buffer (where I remain). If I manually visit the mail directory, I see the links to the emails that satisfy my search so mairix is working. Do I maybe need to tell gnus to automatically subscribe to new groups? gnus-auto-subscribed-groups is set to ,----[ C-h v gnus-auto-subscribed-groups RET ] | gnus-auto-subscribed-groups is a variable defined in ‘gnus-start.el’. | Its value is | "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir\\|^nnimap" `---- which includes nnml but should it include nnmairix? (I'll try that in any case...) thank you. -- Eric S Fraga via Emacs 28.0.50 & org 9.3.6 on Debian bullseye/sid