diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-30 09:06:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-30 09:06:53 -0300 |
commit | f6bdf088f6895443dff987c96cf4ba169bb6be53 (patch) | |
tree | 375e6d55a8dbf60050670fe5c9b011010fd7842c | |
parent | f0398966a83da8bd9b30e8dff5e0a43f7e468f87 (diff) | |
download | mail-f6bdf088f6895443dff987c96cf4ba169bb6be53.tar.gz mail-f6bdf088f6895443dff987c96cf4ba169bb6be53.tar.bz2 |
Comments on multiple accounts
-rw-r--r-- | custom.dot/muttrc.sample | 6 | ||||
-rw-r--r-- | muttrc.dot.link | 2 |
2 files changed, 6 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" diff --git a/muttrc.dot.link b/muttrc.dot.link index 68fdbb6..f281880 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -325,6 +325,8 @@ color body brightred color234 "^Note: .*" # ------------------------------------------------------------------------------------------------------------------ # Multiple accounts # +# You cycle through accounts in the message composition screen by hitting the Tab key. +# # http://msmtp.sourceforge.net/doc/msmtp.html # https://www.verboom.net/blog/index.html?single=20110518.0 # http://hep.itp.tuwien.ac.at/cgi-bin/dwww/usr/share/doc/muttprofile/muttprofile.html |