Adjust mail login message
parent
6a26ab0f07
commit
5f115dcda0
|
@ -29,6 +29,6 @@ name = activator.Name
|
||||||
mail = CFMail.CFMail()
|
mail = CFMail.CFMail()
|
||||||
total = mail.countmail(name)
|
total = mail.countmail(name)
|
||||||
if total > 0:
|
if total > 0:
|
||||||
activator.Write('You have some mail waiting for you')
|
activator.Write('You have mail!')
|
||||||
else:
|
else:
|
||||||
activator.Write('No mail...')
|
activator.Write('No mail...')
|
||||||
|
|
Loading…
Reference in New Issue