From 03234768573096596261fec8776b0556b5f09edc Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Sun, 9 Dec 2007 16:00:02 +0100 Subject: [PATCH] Ajout des headers Mail-Followup-To et Mail-Reply-To. darcs-hash:20071209150002-af139-711b5215da7c24e4f1b18ae9b80c9b27076080e0.gz --- gestion/darcs_send_changes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gestion/darcs_send_changes.py b/gestion/darcs_send_changes.py index a6d4e6c1..0209f045 100755 --- a/gestion/darcs_send_changes.py +++ b/gestion/darcs_send_changes.py @@ -87,7 +87,8 @@ def get_patches_properties(from_hash): DEFAULT_TEMPLATE = """From: %(author)s To: %(recipient)s Subject: Darcs record (%(shortrepo)s): %(name)s - +Mail-Followup-To: %(recipient)s +Mail-Reply-To: %(author)s %(changes)s %(diff)s