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 17146 invoked from network); 4 Apr 2020 14:41:52 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with UTF8ESMTPZ; 4 Apr 2020 14:41:52 -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 1jKjzU-0005Ea-SG; Sat, 04 Apr 2020 09:41:44 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jKjzS-0005Bi-1p for ding@lists.math.uh.edu; Sat, 04 Apr 2020 09:41:42 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jKjzQ-0003zv-JW for ding@lists.math.uh.edu; Sat, 04 Apr 2020 09:41:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JmP2bmz1PsaZnYz75C0zLpd3SCWPvZf2fiorgQumTJI=; b=gogu6BiP9qAcOmxLXczyivMYWg /DAD2crtShVldCXfFyEh8eAT2gchuhpj52f2UjvRcxu4w/bXI3BhyAMa778Isrh2ea3Ga/rrlhVC4 E3BXLsBGNpf5ws4yATNCG8jZSfwbbO1joU7VV79jk3sWX/gd3HUsT6Z2klceL2fzxsOY=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jKjzJ-0001nW-GL for ding@gnus.org; Sat, 04 Apr 2020 16:41:36 +0200 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 9057EFA059; Sat, 4 Apr 2020 14:41:31 +0000 (UTC) From: Eric Abrahamsen To: Eric S Fraga Cc: ding@gnus.org Subject: Re: using nnmairix References: <871rp3pdqn.fsf@ucl.ac.uk> Date: Sat, 04 Apr 2020 07:41:29 -0700 In-Reply-To: <871rp3pdqn.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Sat, 04 Apr 2020 14:44:16 +0100") Message-ID: <87mu7re2jq.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Eric S Fraga writes: > Hello all, > > quick question: I have tried to use nnmairix for search. Searching > works in that a group (zz-mairix-*) is created and populated with the > emails I would expect to see. However, gnus doesn't automatically > either show that group (in my group buffer) or send me there like nnir > does. What configuration/setting am I missing? 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...