From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Proulx Newsgroups: gmane.emacs.devel Subject: Re: Improved git commit emails Date: Sun, 19 Jan 2014 18:09:18 -0700 Message-ID: <20140120010918.GE29669@hysteria.proulx.com> References: <38592099.qd8IGjdgfG@descartes> <79eh4ifi7j.fsf_-_@fencepost.gnu.org> <87mwj68gwp.fsf@flea.lifelogs.com> <87iotu89s4.fsf@flea.lifelogs.com> <20140112054402.GA10334@hysteria.proulx.com> <20140115021048.GC6641@hysteria.proulx.com> <2s1u09wvd3.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1390180165 10154 80.91.229.3 (20 Jan 2014 01:09:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2014 01:09:25 +0000 (UTC) To: emacs-devel@gnu.org, Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 20 02:09:33 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W53Mq-0006n2-TB for ged-emacs-devel@m.gmane.org; Mon, 20 Jan 2014 02:09:33 +0100 Original-Received: from localhost ([::1]:48364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W53Mq-0002p3-Au for ged-emacs-devel@m.gmane.org; Sun, 19 Jan 2014 20:09:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W53Mi-0002nE-Md for emacs-devel@gnu.org; Sun, 19 Jan 2014 20:09:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W53Md-0002QA-Uc for emacs-devel@gnu.org; Sun, 19 Jan 2014 20:09:24 -0500 Original-Received: from joseki.proulx.com ([216.17.153.58]:37928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W53Md-0002Q6-Mj; Sun, 19 Jan 2014 20:09:19 -0500 Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id DAE0321228; Sun, 19 Jan 2014 18:09:18 -0700 (MST) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id BABD92DCD2; Sun, 19 Jan 2014 18:09:18 -0700 (MST) Mail-Followup-To: emacs-devel@gnu.org, Glenn Morris Content-Disposition: inline In-Reply-To: <2s1u09wvd3.fsf@fencepost.gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 216.17.153.58 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168756 Archived-At: Glenn Morris wrote: > Thanks. It seems like an improvement. > > Is it possible to add a "Mail-Followup-To: committer, emacs-devel" > header? I see no support for doing so. I see only this section. https://github.com/mhagger/git-multimail multimailhook.replyTo multimailhook.replyToCommit multimailhook.replyToRefchange Addresses to use in the Reply-To: field for commit emails (replyToCommit) and refchange emails (replyToRefchange). multimailhook.replyTo is used as default when replyToCommit or replyToRefchange is not set. The value for these variables can be either: - An email address, which will be used directly. - The value "pusher", in which case the pusher's address (if available) will be used. This is the default for refchange emails. - The value "author" (meaningful only for replyToCommit), in which case the commit author's address will be used. This is the default for commit emails. - The value "none", in which case the Reply-To: field will be omitted. That is the extent in this area that I see. Although it is all python and so a python hacker could make modifications to it to add this capability. If someone wanted to add that capability that would be great. > (Trivia) Is it possible to remove the "This is an automated email...in > repository elpa." header (it just repeats the subject/from info), and > the "To stop receiving notification... of this repository" footer? Deleting lines is easy. :-) Done. Bob