From 3ef07388113c69167aa0ada62d3b9d7c327b8f48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Tue, 27 Nov 2018 17:48:24 +0100 Subject: [PATCH] - fix typo in if statement --- mutt-bj.status-time.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt-bj.status-time.patch b/mutt-bj.status-time.patch index eec2758..b889dcb 100644 --- a/mutt-bj.status-time.patch +++ b/mutt-bj.status-time.patch @@ -94,7 +94,7 @@ diff -dur -x '*~' -x '*.orig' mutt-1.5.10.orig/pager.c mutt-1.5.10/pager.c } - if ((pager_menu->redraw & REDRAW_INDEX) && rd->index) -+ if ((p (ager_menu->redraw & REDRAW_INDEX) || update_status_time()) && rd->index) ++ if (( (pager_menu->redraw & REDRAW_INDEX) || update_status_time()) && rd->index) { /* redraw the pager_index indicator, because the * flags for this message might have changed. */ -- 2.43.0