feat: email debt timer

This commit is contained in:
2026-05-06 21:22:27 +02:00
parent 4adace6c4c
commit cfdcf0c039
4 changed files with 114 additions and 48 deletions

View File

@@ -131,7 +131,7 @@ def open_screenshot_menu():
@Application.action()
def refresh_notmuch():
if notmuch_widget is not None:
notmuch_widget.service.update_unread_count()
notmuch_widget.service.update_counts()
@Application.action()