]> git.phdru.name Git - dotfiles.git/commitdiff
.muttrc: extend macros to attach screens
authorOleg Broytman <phd@phdru.name>
Sun, 21 Aug 2016 06:48:37 +0000 (09:48 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 21 Aug 2016 06:48:37 +0000 (09:48 +0300)
.muttrc

diff --git a/.muttrc b/.muttrc
index 8a06a2bcd3fc0b02fb57ba0c4d4ade89763d2dfa..86a40fc8e0816da84876cc685b4d51cbfceda3bf 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -285,7 +285,7 @@ bind index,pager <Esc>S decode-save
 macro index C \
    <Home><change-folder><Enter> \
    "Go to the first folder with unread messages"
-macro pager C \
+macro pager,attach C \
    <exit><Home><change-folder><Enter> \
    "Go to the first folder with unread messages"
 
@@ -316,13 +316,13 @@ macro pager <Esc>z \
 macro index H \
    <Home><change-folder>!<Enter> \
    "Go to inbox"
-macro pager H \
+macro pager,attach H \
    <exit><Home><change-folder>!<Enter> \
    "Go to inbox"
 macro index M \
    <Home><change-folder>=sent-mail<Enter> \
    "Go to sent-mail"
-macro pager M \
+macro pager,attach M \
    <exit><Home><change-folder>=sent-mail<Enter> \
    "Go to sent-mail"
 
@@ -330,7 +330,7 @@ macro pager M \
 macro index Y \
    <Home><change-folder>=lists/python<Enter> \
    "Go to python"
-macro pager Y \
+macro pager,attach Y \
    <exit><Home><change-folder>=lists/python<Enter> \
    "Go to python"
 
@@ -338,13 +338,13 @@ macro pager Y \
 macro index A \
    <Home><change-folder>=stcnet<Enter> \
    "Go to stcnet inbox"
-macro pager A \
+macro pager,attach A \
    <exit><Home><change-folder>=stcnet<Enter> \
    "Go to stcnet inbox"
 macro index <Esc>a \
    <Home><change-folder>=sent-stcnet<Enter> \
    "Go to sent-stcnet"
-macro pager <Esc>a \
+macro pager,attach <Esc>a \
    <exit><Home><change-folder>=sent-stcnet<Enter> \
    "Go to sent-stcnet"