From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,URI_NOVOWEL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22948 invoked from network); 10 Jan 2022 18:12:34 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 10 Jan 2022 18:12:34 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n6z9h-006s6Q-NY for ml@inbox.vuxu.org; Mon, 10 Jan 2022 12:12:29 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1n6z9g-002mRN-9q for ml@inbox.vuxu.org; Mon, 10 Jan 2022 12:12:28 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1n5yLB-002hPc-66 for ding@lists.math.uh.edu; Fri, 07 Jan 2022 17:08:09 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n5yL9-00D71F-8c for ding@lists.math.uh.edu; Fri, 07 Jan 2022 17:08:08 -0600 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:Date:Subject:From:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=F/c/+GdPSuGswGEncfVHnWN2eNGxL4FvodwcSBLGQeE=; b=h3/LFOiSvL/xh3NbboyVGtvpZY VBpWHL84uhlmis92iozzDEpWy4tjIsmLiNAhS1NlWJ/PDmqrxgBcLp+OIrVvvNL+2oIzs+0WnXrr/ +rhRHO1Ifzodt74Ko/+hqkuKAFhezx98CiFRDGH7pfpuDcfMr6N2kibagLuW120kUlpQ=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n5yKz-0000Ec-PZ for ding@gnus.org; Sat, 08 Jan 2022 00:08:01 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1n5yKx-0002rO-7k for ding@gnus.org; Sat, 08 Jan 2022 00:07:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Michael Welsh Duggan Subject: A question about INBOX in IMAP mailboxes Date: Fri, 07 Jan 2022 18:07:46 -0500 Organization: Carnegie Mellon University Message-ID: <87tuef16wt.fsf@md5i.com> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:h8qijBqHUS2LZvrf6POvOPfUhEA= Mail-Copies-To: never List-ID: Precedence: bulk I have a gnus installation where the select method is as such: ;;; Select Method (setq gnus-select-method '(nnimap "localimap" (nnimap-inbox "INBOX") (nnimap-address "xxxxxxxx.xxx"))) There's nothing special in the group parameters for the INBOX folder, currently this: ((modseq . "6496") (uidvalidity . "1374073954") (active 1 . 2140) (permanent-flags %Answered %Flagged %Deleted %Seen %Draft gnus-forward gnus-download %*)) The group activation level is 1. Mail splitting is currently being handled by sieve, not by Gnus. However, when sieve leaves a message in INBOX rather than sorting it to another folder, it does not appear in INBOX using `g' (gnus-group-get-new-news). Any mail that stays there does show up if I use `M-g' (gnus-topic-get-new-news-this-topic) on the group. Is these anything that is special casing INBOX such that `g' doesn't display new messages for the group? -- Michael Welsh Duggan (md5i@md5i.com)