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=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1534 invoked from network); 27 Apr 2021 16:04:58 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 27 Apr 2021 16:04:58 -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) (envelope-from ) id 1lbQCk-007wxs-LD for ml@inbox.vuxu.org; Tue, 27 Apr 2021 11:04:54 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1lbQCk-00AUxZ-1f for ml@inbox.vuxu.org; Tue, 27 Apr 2021 11:04:54 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lbQCi-00AUxQ-1C for ding@lists.math.uh.edu; Tue, 27 Apr 2021 11:04:52 -0500 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) (envelope-from ) id 1lbQCg-007Gc7-9G for ding@lists.math.uh.edu; Tue, 27 Apr 2021 11:04:51 -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:To:From:Sender:Reply-To:Cc: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=eikh6dx31YSmLcUrPBCsWCxxFsX0RZIn8V3XoP1HIp8=; b=pUbAnRO7j5W8sIfsvjINsWRBxt Eq5XnTnuho+dFBHCl7laudI9RJmxfOqoeATFPpcjVjXqI2kENuWL8zektOfLCIpmcn2UU1QtUicXg fWsgT0Eotl4h4gEP7mg2r6duIobsa8ZEWk/XrrsQfuBBKeahgoDvaAL9lpnE5LWGplW8=; 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 1lbQCZ-0006nw-6e for ding@gnus.org; Tue, 27 Apr 2021 18:04:45 +0200 Received: from localhost (c-71-197-184-122.hsd1.wa.comcast.net [71.197.184.122]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id A48BDFA0B0 for ; Tue, 27 Apr 2021 16:04:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1619539480; bh=eikh6dx31YSmLcUrPBCsWCxxFsX0RZIn8V3XoP1HIp8=; h=From:To:Subject:References:Date:In-Reply-To:From; b=vSnnnooyWwtSs3R00UApQ1mB/TQvWPMYslIw8TUEBO9WHikYtcMJnERUW9Y2WY6V+ ODHmaupLsl37CnogsZ0CWe4jbezPNNV9avv85pBWHUYaq5LcP/GGzX086+5R1M01sI zxHl/+YSKmy1rFmNnqM3MOJfJLBTjQCEYxcQfRiI= From: Eric Abrahamsen To: ding@gnus.org Subject: Re: aren't virtual groups not updated References: <87im489l13.fsf@mat.ucm.es> Date: Tue, 27 Apr 2021 09:04:38 -0700 In-Reply-To: <87im489l13.fsf@mat.ucm.es> (Uwe Brauer's message of "Tue, 27 Apr 2021 10:41:44 +0200") Message-ID: <878s531zop.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 Uwe Brauer writes: > Hi > > I created a Virtual Group that consists of my actual INBOX (using the > nnimap backend for my gmail acount) and a another group on the same server. > > However when I visited that group today, it seems that new messages were > added after I created that group a couple of days ago. > > Do I miss something here or do I have to create that group every day or > whenever I receive new messages? At this point I would suggest using nnselect groups rather than nnvirtual groups for this sort of thing. I think you'll find they work much more reliably. See the "select groups" section of the Gnus manual.