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