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.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 31370 invoked from network); 21 Mar 2023 00:53:01 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 21 Mar 2023 00:53:01 -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 1peQFH-00HI1o-7R for ml@inbox.vuxu.org; Mon, 20 Mar 2023 19:52:59 -0500 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1peQFG-001quW-34 for ml@inbox.vuxu.org; Mon, 20 Mar 2023 19:52:59 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1peQFD-001quN-00 for ding@lists.math.uh.edu; Mon, 20 Mar 2023 19:52:55 -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.2) (envelope-from ) id 1peQFA-00B9t8-6s for ding@lists.math.uh.edu; Mon, 20 Mar 2023 19:52:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References: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:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=07pzxL00GAIdmcpDA6UPrC7YnM/8umv+mwudpKHez1k=; b=HEkgWrSFhM8UwiOp1cH2hNMnL/ zZ2zvDC9iigIIAhacNqwS0nM6zhdkT870QRRFU09EwT7R1ucI5SGdOlHv01uMS2ihkGEa/DBX8xWJ KPZoFqWiIpwGb+C/CMFeuPZDTI65M3MgREHKIJK7qm/wS1mcvF4m6cddfYOTo2816HCE=; 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 1peQF2-0002mY-Fn for ding@gnus.org; Tue, 21 Mar 2023 01:52:47 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1peQF0-0002po-Rv for ding@gnus.org; Tue, 21 Mar 2023 01:52:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Emanuel Berg Subject: Re: Mails not sent / not not appear in nnfolder+sent Date: Tue, 21 Mar 2023 01:52:36 +0100 Message-ID: <87cz53lycr.fsf@dataswamp.org> References: <875ycyshyc.fsf@bitburger.home.felix> <87pmb6jw3e.fsf@hillenius.net> <87wn57g2xt.fsf@bitburger.home.felix> <874jsb7h20.fsf@ericabrahamsen.net> <87o7onlh6z.fsf@bitburger.home.felix> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:/jVqEf1v25urO+5gxB5jMvZBkWQ= Mail-Copies-To: never List-ID: Precedence: bulk Felix Natter wrote: > hello Gnus experts Hardly, but looks cool by now B) https://dataswamp.org/~incal/figures/gnus/gnus-gmane.png > Here is my Gcc config: > > ;; archiving sent mail/news: > (setq gnus-message-archive-method > '(nnfolder "sent" > (nnfolder-inhibit-expiry t) > (nnfolder-directory "~/Mail/sent/") > (nnfolder-active-file "~/Mail/sent/active"))) > (setq gnus-message-archive-group > '((if (message-news-p) > "sent-news" > (concat "sent-mail." (format-time-string > "%Y-%m"))))) I just have `gnus-message-archive-method' the default "archive" and `gnus-message-archive-group' set like this: (setq gnus-message-archive-group "nnml:mail.sent") I see what you try to do with different groups for news and mails, and different mail groups even, but since that information is in the headers of the sent material you can already sort and display based on such factors, so that's another alternative if you didn't consider. -- underground experts united https://dataswamp.org/~incal