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