diff options
Diffstat (limited to '.mutt/id_informal')
-rw-r--r-- | .mutt/id_informal | 6 |
1 files changed, 3 insertions, 3 deletions
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 "<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>" |