From fb95c7a1bf3c7505d6982c4ed238bef75c67bec2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 21 Aug 2016 09:48:37 +0300 Subject: [PATCH] .muttrc: extend macros to attach screens --- .muttrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.muttrc b/.muttrc index 8a06a2b..86a40fc 100644 --- a/.muttrc +++ b/.muttrc @@ -285,7 +285,7 @@ bind index,pager S decode-save macro index C \ \ "Go to the first folder with unread messages" -macro pager C \ +macro pager,attach C \ \ "Go to the first folder with unread messages" @@ -316,13 +316,13 @@ macro pager z \ macro index H \ ! \ "Go to inbox" -macro pager H \ +macro pager,attach H \ ! \ "Go to inbox" macro index M \ =sent-mail \ "Go to sent-mail" -macro pager M \ +macro pager,attach M \ =sent-mail \ "Go to sent-mail" @@ -330,7 +330,7 @@ macro pager M \ macro index Y \ =lists/python \ "Go to python" -macro pager Y \ +macro pager,attach Y \ =lists/python \ "Go to python" @@ -338,13 +338,13 @@ macro pager Y \ macro index A \ =stcnet \ "Go to stcnet inbox" -macro pager A \ +macro pager,attach A \ =stcnet \ "Go to stcnet inbox" macro index a \ =sent-stcnet \ "Go to sent-stcnet" -macro pager a \ +macro pager,attach a \ =sent-stcnet \ "Go to sent-stcnet" -- 2.39.2