From 37c8e7461db3912225979423edaedb120193a85e Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sat, 13 Jun 2009 14:36:44 -0700 Subject: [PATCH] Force status to redraw when $postponed changes. --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index e9319c012..98b26ec6a 100644 --- a/init.h +++ b/init.h @@ -2087,7 +2087,7 @@ struct option_t MuttVars[] = { ** .pp ** Also see the $$recall variable. */ - { "postponed", DT_PATH, R_NONE, UL &Postponed, UL "~/postponed" }, + { "postponed", DT_PATH, R_INDEX, UL &Postponed, UL "~/postponed" }, /* ** .pp ** Mutt allows you to indefinitely ``$postpone sending a message'' which -- 2.40.0