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 12181 invoked from network); 19 May 2021 18:34:39 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 19 May 2021 18:34:39 -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 1ljR1h-003p3W-UA for ml@inbox.vuxu.org; Wed, 19 May 2021 13:34:37 -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 1ljR1h-00F59Q-9K for ml@inbox.vuxu.org; Wed, 19 May 2021 13:34:37 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1ljR1f-00F59I-6x for ding@lists.math.uh.edu; Wed, 19 May 2021 13:34:35 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1ljR1d-003p37-6L for ding@lists.math.uh.edu; Wed, 19 May 2021 13:34:34 -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=W7h4ylRac3Bl9b1g/qC91PrpdhkWHYG620I8SW7Ye9E=; b=H2KsPmlm4GI3TpHB9P3Yr5+bJF dUUwKHFMTevHCNkcI6ZVpbrgJFkh7k+tuLuJpL6/1UquG66tnlzeTKL6qCVnhojQtgaZgys3JaIg9 Go+erbRx1M3utDNKhxDNow9JNk9pY2aW7gH7qj0MWs1ViV8Wcl6OUvoUwc3n7W8N+wsQ=; 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 1ljR1W-0007VX-54 for ding@gnus.org; Wed, 19 May 2021 20:34:28 +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 5CE0AFED1A; Wed, 19 May 2021 18:34:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1621449263; bh=W7h4ylRac3Bl9b1g/qC91PrpdhkWHYG620I8SW7Ye9E=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=cI1uOkHq1egPOsxyWsWsOK63xn7g9mvvJE7NR9EHHE3RBf/ndioOfsEC36+Z87LLi XOdhXaVZETb1DmMfH3PTX+bT4WtCp95JsjBn6L2C9vlGuknG02mlyzdgNkk/dgVCEd W+JAI1oOCHI3EhQC4z89RsDb8+btW6fyB4kWTwJU= From: Eric Abrahamsen To: Pankaj Jangid Cc: ding@gnus.org Subject: Re: How to view sent mails in a threaded conversation (IMAP)? References: <87wnruu37t.fsf@ericabrahamsen.net> Date: Wed, 19 May 2021 11:34:19 -0700 In-Reply-To: (Pankaj Jangid's message of "Wed, 19 May 2021 23:31:50 +0530") Message-ID: <87pmxmtvx0.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 Pankaj Jangid writes: > Eric Abrahamsen writes: > >> If you're willing to use ephemeral/search groups as a solution, the >> easiest thing by far would be to use an nnselect group. You could either >> mark INBOX and Sent and do a search like "since:2w", > > Understood the above method. But now I am curious about the below one, > >> or not go the search route and just have the group hold all messages >> from both source groups > > How to create a group to source articles from two or more groups? Any > pointers from the docs. As soon as I wrote that, I realized I didn't remember the syntax. There should probably be a convenience function for creating this type of non-search select group (what nnvirtual does); I think right now you have to create a "blank" nnselect group, then edit its group parameters. But I can't remember how to do it in nnselect. Maybe just use nnvirtual for now? nnselect should have obsoleted nnvirtual (if I could remember the syntax!), but nnvirtual still works just fine.