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_main | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.mutt/id_main') diff --git a/.mutt/id_main b/.mutt/id_main index a89f1ff..1a31d9f 100644 --- a/.mutt/id_main +++ b/.mutt/id_main @@ -6,6 +6,6 @@ set record = "+Main/Main.sent" set postponed = "+Main/Main.drafts" set trash = "+Main/Main.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