diff options
-rw-r--r-- | custom.dot/muttrc.sample | 10 | ||||
-rw-r--r-- | muttrc.dot.link | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/custom.dot/muttrc.sample b/custom.dot/muttrc.sample index 43bc0bd..e5c41ca 100644 --- a/custom.dot/muttrc.sample +++ b/custom.dot/muttrc.sample @@ -45,9 +45,15 @@ macro generic "<esc>6" ":source ~/.custom/mutt/profiles/anotheruser@example.com macro compose \Zexample "<edit-from><kill-line>someuser <someuser@example.net>\n:source ~/.custom/mutt/profiles/someuser@example.net\nps" macro compose \Zrexample "<edit-from><kill-line>someuser <someuser@example.info>\n:source ~/.custom/mutt/profiles/someuser@example.info\npf" macro compose \Zsexample "<edit-from><kill-line>anotheruser <anotheruser@example.info>\n:source ~/.custom/mutt/profiles/anotheruser@example.info\npf" -macro compose \Zexample "<edit-from><kill-line>anotheruser <anotheruser@example.com.br>\n:source ~/.custom/mutt/profiles/anotheruser@example.com.br\npf" +macro compose \Zdexample "<edit-from><kill-line>anotheruser <anotheruser@example.com.br>\n:source ~/.custom/mutt/profiles/anotheruser@example.com.br\npf" macro compose \Zanother "<edit-from><kill-line>anotheruser <anotheruser@example.net.br>\n:source ~/.custom/mutt/profiles/anotheruser@example.net.br\npf" macro compose \Zsomeother "<edit-from><kill-line>anotheruser <anotheruser@example.com>\n:source ~/.custom/mutt/profiles/anotheruser@example.com\npf" +macro compose "<esc>1" "\Zexample" +macro compose "<esc>2" "\Zrexample" +macro compose "<esc>3" "\Zsexample" +macro compose "<esc>4" "\Zdexample" +macro compose "<esc>5" "\Zanother" +macro compose "<esc>6" "\Zsomeother" # -------------------------------- # Multiple accounts: switch macros @@ -55,7 +61,7 @@ macro compose \Zsomeother "<edit-from><kill-line>anotheruser <anotheruser@exampl macro compose \Cx0 "\Zexample\Cx&1\n" # default and switch to 1 macro compose \Cx1 "\Zrexample\Cx&2\n" # switch to 2 macro compose \Cx2 "\Zsexample\Cx&3\n" # switch to 3 -macro compose \Cx3 "\Zexample\Cx&4\n" # switch to 4 +macro compose \Cx3 "\Zdexample\Cx&4\n" # switch to 4 macro compose \Cx4 "\Zanother\Cx&5\n" # switch to 5 macro compose \Cx5 "\Zsomeother\Cx&0\n" # switch to 0 diff --git a/muttrc.dot.link b/muttrc.dot.link index f281880..fa6dd2a 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -325,7 +325,7 @@ color body brightred color234 "^Note: .*" # ------------------------------------------------------------------------------------------------------------------ # Multiple accounts # -# You cycle through accounts in the message composition screen by hitting the Tab key. +# You cycle through accounts in the message composition menu by hitting the Tab key. # # http://msmtp.sourceforge.net/doc/msmtp.html # https://www.verboom.net/blog/index.html?single=20110518.0 |