You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if task.date_created.year < 2011 and task.status in ('New', 'Confirmed'):
print task.title
bug = task.bug
task.status = u'Invalid'
task.lp_save()
bug.newMessage(content='emesene 1.x is not supported anymore. Please use emesene 2, which is available in from the standard repositories since Natty, or from our ppa:\n https://launchpad.net/~emesene-team/+archive/emesene-stable\n\nIf you run into any bugs with emesene 2, please report them at\nhttps://github.com/emesene/emesene/issues')