diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-30 09:34:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-30 09:34:44 -0300 |
commit | 1eddf56265e9375514ca54f71be57d179b675019 (patch) | |
tree | 973d7433084b100f0e7dbbb2425f6e4a6e9dded5 /custom.dot/muttrc.sample | |
parent | f6bdf088f6895443dff987c96cf4ba169bb6be53 (diff) | |
download | mail-1eddf56265e9375514ca54f71be57d179b675019.tar.gz mail-1eddf56265e9375514ca54f71be57d179b675019.tar.bz2 |
Misc sample fixes
Diffstat (limited to 'custom.dot/muttrc.sample')
-rw-r--r-- | custom.dot/muttrc.sample | 10 |
1 files changed, 8 insertions, 2 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 |