diff options
Diffstat (limited to 'custom.dot/muttrc.sample')
-rw-r--r-- | custom.dot/muttrc.sample | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/custom.dot/muttrc.sample b/custom.dot/muttrc.sample index 4bd43ff..43bc0bd 100644 --- a/custom.dot/muttrc.sample +++ b/custom.dot/muttrc.sample @@ -27,9 +27,11 @@ alternates ^someuser@project\\.org$ alternates ^someuser@family\\.org$ alternates ^anotheruser@collective\\.org$ -# --------------------------------- +# --------------------------------------------------- # Multiple accounts: generic macros -# --------------------------------- +# +# Hit Esc + profile number to switch to that profile. +# --------------------------------------------------- macro generic "<esc>1" ":source ~/.custom/mutt/profiles/someuser@example.net \n:set from\n" macro generic "<esc>2" ":source ~/.custom/mutt/profiles/someuser@example.info \n:set from\n" macro generic "<esc>3" ":source ~/.custom/mutt/profiles/anotheruser@example.info \n:set from\n" |