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=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 31917 invoked from network); 15 Dec 2023 01:52:41 -0000 Received: from mx2.math.uh.edu (129.7.128.33) by inbox.vuxu.org with ESMTPUTF8; 15 Dec 2023 01:52:41 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1rDxNT-004N76-1g for ml@inbox.vuxu.org; Thu, 14 Dec 2023 19:52:39 -0600 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.2) (envelope-from ) id 1rDxNJ-002Mzy-2N for ml@inbox.vuxu.org; Thu, 14 Dec 2023 19:52:25 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96.2) (envelope-from ) id 1rDxNI-002Mzs-16 for ding@lists.math.uh.edu; Thu, 14 Dec 2023 19:52:24 -0600 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.96.2) (envelope-from ) id 1rDxNH-001TfY-0O for ding@lists.math.uh.edu; Thu, 14 Dec 2023 19:52:24 -0600 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=KRvVZAXXq3qHibXs72p4R/Cu/4Iqb/xlkHTsDA9Q2GQ=; b=L0VnJyhH0qEaSr82LY/h4ocxTE 9OEeYUDQzMQS5PMPnA0W8Cidn8DW5nbA/YnA8ySaf6c81xJmd1kmZCYquZGfWaGv1BOMw35HoIPKl W0kRA9CT0SrZpgfkPGdHWpxFCCUTYU5MO4lqZgtOJRClykqEc9NTQoMxV9k9S6ZLFQQQ=; 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 1rDxL3-0001y1-Cs for ding@gnus.org; Fri, 15 Dec 2023 02:50:07 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rDxL0-0005Y9-1o for ding@gnus.org; Fri, 15 Dec 2023 02:50:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: message-dont-send in queue folder not in draft folder Date: Thu, 14 Dec 2023 17:45:12 -0800 Message-ID: <87y1dwfdcn.fsf@ericabrahamsen.net> References: <87v892b66c.fsf@mat.ucm.es> <87zfye9kbg.fsf@mat.ucm.es> <87wmtihxww.fsf@ericabrahamsen.net> <87r0jp7wye.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:P401odwIY+Kp8FMEDw7wnFHOnqc= List-ID: Precedence: bulk Uwe Brauer writes: >> Uwe Brauer writes: > >> I'm not sure where/when you want to activate this behavior. > >> - It will happen by default when Gnus is unplugged. >> - Otherwise, if you just set `gnus-agent-queue-mail' to 'always, it will >> always be queued, you could just set that with customize. > >> I could understanding wanting a command that sends a single message to >> the queue, > > This was my first idea, but since nothing obvious occurred to me, I > thought of using this function. > Do you have such a function? No, you'd probably just write a command that calls the function `message-send-and-exit', but first let-binds `gnus-agent-queue-mail to 'always around the call. But I think the other Eric's suggestion is the right one -- it sounds like you just want delayed sending, and I would focus on getting that working right.