[Libreoffice-commits] dev-tools.git: esc-reporting/esc-automate.py
jan Iversen
jani at libreoffice.org
Sat May 13 14:59:58 UTC 2017
esc-reporting/esc-automate.py | 1 -
1 file changed, 1 deletion(-)
New commits:
commit c984a8c660cd106339acbaad0a32a37187f5ea7e
Author: jan Iversen <jani at libreoffice.org>
Date: Sat May 13 16:59:34 2017 +0200
esc-report, and now with real mail addr
diff --git a/esc-reporting/esc-automate.py b/esc-reporting/esc-automate.py
index aa0d617..25917c1 100755
--- a/esc-reporting/esc-automate.py
+++ b/esc-reporting/esc-automate.py
@@ -55,7 +55,6 @@ def doMail(mail, subject, content, attach=None):
attach = '-a ' + attach + ' '
else:
attach = ''
- mail="jani at libreoffice.org"
sendMail = 'mail -r mentoring at libreoffice.org -s "' + subject + '" ' + attach + mail + ' <<EOF\n' + content + '\nEOF\n'
os.system(sendMail)
More information about the Libreoffice-commits
mailing list