Adding mn_try to the list of MailNotifier

This commit is contained in:
Sergio Durigan Junior 2016-07-23 10:18:53 -04:00
parent 3033de6583
commit 709cf34673

View file

@ -435,6 +435,7 @@ mn_try = MyMailNotifier(fromaddr = GDB_MAIL_FROM,
'got_revision') })
c['status'].append (mn)
c['status'].append (mn_try)
c['title'] = "GDB"
c['titleURL'] = "https://gnu.org/s/gdb"