]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: address expansion for common mailers
authorEric Wong <normalperson@yhbt.net>
Mon, 15 May 2006 02:13:44 +0000 (19:13 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 15 May 2006 05:36:27 +0000 (22:36 -0700)
commit994d6c66d360198c16eb483e4f33d412358f30a1
tree4632ebfbf558de505be6a7fcd992c80d4eff20f3
parentcc908b82a4a09df555fbc4c32cfbe8b8cffae865
send-email: address expansion for common mailers

mutt, gnus, pine, mailrc formats should be supported.

Testing and feedback for correctness and completeness of all formats
and support for additional formats would be good.

Nested expansions are also supported.

More than one alias file to be used.

All alias file formats must still of be the same type, though.

Two git repo-config keys are required for this
(as suggested by Ryan Anderson):

    sendemail.aliasesfile = <filename of aliases file>
    sendemail.aliasfiletype = (mutt|gnus|pine|mailrc)

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Acked-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl