mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 22:05:43 +02:00
parent
4c233122d6
commit
f6d23bdf7e
@ -484,7 +484,7 @@ def email_imap_alert(username, password, server='imap.gmail.com', port=993, fold
|
|||||||
return None
|
return None
|
||||||
return [{
|
return [{
|
||||||
'highlight_group': 'email_alert',
|
'highlight_group': 'email_alert',
|
||||||
'contents': unread_count,
|
'contents': str(unread_count),
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user