esc-reporting/esc-automate.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c984a8c660cd106339acbaad0a32a37187f5ea7e
Author: jan Iversen <j...@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="j...@libreoffice.org"
     sendMail = 'mail -r mentor...@libreoffice.org -s "' + subject + '" ' + 
attach + mail + ' <<EOF\n' + content + '\nEOF\n'
     os.system(sendMail)
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to