[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/notmuch-indicator c4796cd38c 2/2: Fix regression in not
From: |
ELPA Syncer |
Subject: |
[elpa] externals/notmuch-indicator c4796cd38c 2/2: Fix regression in notmuch-indicator-refresh |
Date: |
Tue, 21 Nov 2023 06:58:17 -0500 (EST) |
branch: externals/notmuch-indicator
commit c4796cd38c881cb5bcb0c05dba28ea94c45be993
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix regression in notmuch-indicator-refresh
---
notmuch-indicator.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 2e60d7c887..bfcb31cc3e 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -300,7 +300,8 @@ The delay is specified by
`notmuch-indicator-refresh-count'."
(defun notmuch-indicator-refresh ()
"Refresh the active indicator."
(when (notmuch-indicator--running-p)
- (cancel-function-timers #'notmuch-indicator--indicator)))
+ (cancel-function-timers #'notmuch-indicator--indicator)
+ (run-at-time nil notmuch-indicator-refresh-count
#'notmuch-indicator--indicator)))
(define-obsolete-function-alias
'notmuch-indicator--refresh