diff options
| author | rixx <rixx-git@cutebit.de> | 2015-03-17 22:41:27 +0100 |
|---|---|---|
| committer | rixx <rixx-git@cutebit.de> | 2015-03-17 22:41:27 +0100 |
| commit | cb0170e3d4ac700211d3e2a69ef3c2556fdbc3b9 (patch) | |
| tree | 83deefccc607ff4359165441ce0ad886bc3543ae | |
| parent | 2d021f0daf724bc165ec903daa0c456048497a79 (diff) | |
this is what insufficient testing gets you
| -rw-r--r-- | py3status/modules/imap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/modules/imap.py b/py3status/modules/imap.py index 63e8665..757d9fd 100644 --- a/py3status/modules/imap.py +++ b/py3status/modules/imap.py @@ -46,7 +46,7 @@ class Py3status: if self.hide_if_zero: response['full_text'] = '' else: - response['full_text'] = self.name.replace('%unseen', '0') + response['full_text'] = self.name.format(unseen=mail_count) return response |
