aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-option.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 631a4d0e..98ab2513 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -186,6 +186,8 @@ cmd_set_option_exec(struct cmd *self, struct cmd_q *cmdq)
if (strcmp(oe->name, "status") == 0 ||
strcmp(oe->name, "status-interval") == 0)
status_timer_start_all();
+ if (strcmp(oe->name, "monitor-silence") == 0)
+ alerts_reset_all();
/* Update sizes and redraw. May not need it but meh. */
recalculate_sizes();