emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Improved git commit emails


From: Bob Proulx
Subject: Re: Improved git commit emails
Date: Sun, 19 Jan 2014 18:09:18 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]