From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=DATE_IN_PAST_12_24, RCVD_IN_DNSWL_MED,RDNS_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 4520 invoked from network); 20 Mar 2020 16:34:27 -0000 Received: from unknown (HELO lists1.math.uh.edu) (129.7.128.208) by inbox.vuxu.org with ESMTP; 20 Mar 2020 16:34:27 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jFKaa-0006Hs-RO; Fri, 20 Mar 2020 11:33:40 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jFKaX-0006FC-EI for ding@lists.math.uh.edu; Fri, 20 Mar 2020 11:33:37 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jFKaV-00020y-Qi for ding@lists.math.uh.edu; Fri, 20 Mar 2020 11:33:37 -0500 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 1jFKaO-0008Ad-LX for ding@gnus.org; Fri, 20 Mar 2020 17:33:31 +0100 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 69D79FA02E; Fri, 20 Mar 2020 16:33:24 +0000 (UTC) From: Eric Abrahamsen To: Adam =?utf-8?Q?Sj=C3=B8gren?= Cc: ding@gnus.org Subject: Re: Delayed messages, postponing Date: until sending by default? Date: Thu, 19 Mar 2020 16:01:33 -0700 References: <87v9n6pnb3.fsf@tullinup.koldfront.dk> Message-ID: <874kujrnot.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: Precedence: bulk Adam Sj=C3=B8gren writes: > Recently I read a blog post about delayed messages in Gnus: > > =C2=B7 https://tech.toryanderson.com/2020/02/21/emacs-gnus-delay-schedul= e-email-sending/ > > And I could help myself nerdsplaining the configuration I use for > delayed messages. > > One of the things is: > > ; Remove date, so delayed messages (C-c C-j) don't get a date until > ; sent, from : > (setq message-draft-headers '(References From)) Huh, I didn't realize that the Date header was set as time-of-delay, not time-of-send. Confirming for myself by delaying this message by a day. No harm done, as it is totally useless! Eric