summaryrefslogtreecommitdiff
path: root/.mutt/id_main
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-12-15 12:19:55 +0000
committerUrbain Vaes <urbain@vaes.uk>2015-12-15 12:19:55 +0000
commit4bd608af7754c0a2adadb8062705c619f523c53e (patch)
tree4040812e37d892de4257780a42fbc268aad036e7 /.mutt/id_main
parentfa266e650fba7c94243ca87618bfabbc9d4db05e (diff)
Make macros work in pager also
Diffstat (limited to '.mutt/id_main')
-rw-r--r--.mutt/id_main6
1 files changed, 3 insertions, 3 deletions
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 "<change-folder> $record<enter>"
-macro index gd "<change-folder> $postponed<enter>"
-macro index gb "<change-folder> $trash<enter>"
+macro index,pager gs "<change-folder> $record<enter>"
+macro index,pager gd "<change-folder> $postponed<enter>"
+macro index,pager gb "<change-folder> $trash<enter>"