From 4bd608af7754c0a2adadb8062705c619f523c53e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 15 Dec 2015 12:19:55 +0000 Subject: Make macros work in pager also --- .mutt/id_informal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.mutt/id_informal') diff --git a/.mutt/id_informal b/.mutt/id_informal index 9cc09cf..7dc962e 100644 --- a/.mutt/id_informal +++ b/.mutt/id_informal @@ -6,6 +6,6 @@ set record = "+Informal/Informal.sent" set postponed = "+Informal/Informal.drafts" set trash = "+Informal/Informal.bin" -macro index gs " $record" -macro index gd " $postponed" -macro index gb " $trash" +macro index,pager gs " $record" +macro index,pager gd " $postponed" +macro index,pager gb " $trash" -- cgit v1.2.3