in status/mail.py, function message():
if attrs['branch']:
source = "unavailable"
else:
source = ""
if attrs['branch']:
source += "[branch %s] " % attrs['branch']
...
What on earth (or below) is this trying to accomplish? Is this just a
typo and the first test should look at some other attribute?
i