[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] bzr commit notifications
From: |
Glenn Morris |
Subject: |
Re: [Savannah-hackers-public] bzr commit notifications |
Date: |
Fri, 17 May 2013 16:23:26 -0400 |
Glenn Morris wrote (on Fri, 17 May 2013 at 16:21 -0400):
> (I am assuming smtplib will be the correct option for Savannah.)
PS if not, patch would look like this. Replace /usr/bin/mail with
whatever the correct value is for Savannah.
if mailer == 'smtplib':
self._send_using_smtplib()
! elif mailer == '/usr/bin/mail':
self._send_using_process()
+ else:
+ raise errors.BzrError("Bad value for mailer option")