From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88881 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Posting Git patch series with Gnus Date: Thu, 28 Nov 2019 11:27:32 +0100 Message-ID: <87r21s8fe3.fsf@mid.deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="62816"; mail-complaints-to="usenet@blaine.gmane.org" To: ding@gnus.org Original-X-From: ding-owner+M37085@lists.math.uh.edu Thu Nov 28 11:28:24 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iaH28-000GCO-JS for ding-account@gmane.org; Thu, 28 Nov 2019 11:28:24 +0100 Original-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 1iaH1X-0000Ek-86; Thu, 28 Nov 2019 04:27:47 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iaH1S-0000Bx-TY for ding@lists.math.uh.edu; Thu, 28 Nov 2019 04:27:42 -0600 Original-Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iaH1Q-0006Ci-Sp for ding@lists.math.uh.edu; Thu, 28 Nov 2019 04:27:42 -0600 Original-Received: from albireo.enyo.de ([37.24.231.21]) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iaH1I-00049O-Sc for ding@gnus.org; Thu, 28 Nov 2019 11:27:35 +0100 Original-Received: from [172.17.203.2] (helo=deneb.enyo.de) by albireo.enyo.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1iaH1I-00036G-8i for ding@gnus.org; Thu, 28 Nov 2019 10:27:32 +0000 Original-Received: from fw by deneb.enyo.de with local (Exim 4.92) (envelope-from ) id 1iaH1I-0007OP-6T for ding@gnus.org; Thu, 28 Nov 2019 11:27:32 +0100 List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88881 Archived-At: Are there any ready-made Lisp macros to post a branch as a patch series, allowing me to edit the cover letter before actual sending? Gnus' MIME handling seems to be more reliable than that of git send-email, and I'd like to use the Gnus setup and not the slightly more problematic /usr/sbin/sendmail configuration for sending mail. Another benefit is archival of outgoing email in Gnus. Any suggestions?