branch: externals/notmuch-indicator commit dde1c6cb3dd742f52ce351412b8f204da6ae9312 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add TODO about not running many timers --- notmuch-indicator.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notmuch-indicator.el b/notmuch-indicator.el index beb835ae3d..3cb0a21d87 100644 --- a/notmuch-indicator.el +++ b/notmuch-indicator.el @@ -103,6 +103,8 @@ These form a string like: @50 🤡10." (eq (timer--function timer) 'notmuch-indicator--indicator)) timer-list))) +;; TODO 2022-09-19: If length of `notmuch-indicator--running-p' is > 1 +;; we need to reduce it to 1. (defun notmuch-indicator--run () "Run the timer with a delay, starting it if necessary. The delay is specified by `notmuch-indicator-refresh-count'."