From: Catalin Marinas Date: Sat, 1 Nov 2008 10:52:27 +0000 (+0000) Subject: Change e-mail user agent header to StGit X-Git-Tag: v0.15-rc1~107 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/d5214f56be8f4b573512439a0d4c909e4cbcbc21 Change e-mail user agent header to StGit For consistency with documentation as it was StGIT. Signed-off-by: Catalin Marinas --- diff --git a/stgit/commands/mail.py b/stgit/commands/mail.py index 0b3157e..d666515 100644 --- a/stgit/commands/mail.py +++ b/stgit/commands/mail.py @@ -288,7 +288,7 @@ def __build_extra_headers(msg, msg_id, ref_id = None): ref_id = '<%s>' % ref_id.strip(' \t\n<>') msg['In-Reply-To'] = ref_id msg['References'] = ref_id - msg['User-Agent'] = 'StGIT/%s' % version.version + msg['User-Agent'] = 'StGit/%s' % version.version def __encode_message(msg): # 7 or 8 bit encoding