From 966e53d0dfbbc88e83a1dec8f0722229e72195b5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 7 Jun 2014 14:44:00 -0300 Subject: Basic macros for multiple account management --- muttrc.dot.link | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'muttrc.dot.link') diff --git a/muttrc.dot.link b/muttrc.dot.link index 68bb0f8..365c7fc 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -289,6 +289,18 @@ color body red color234 "^Sig: Good signature.*" color body red color234 "^Resent-to: .*" color body brightred color234 "^Note: .*" +# ------------------------------------------------------------------------------------------------------------------ +# Multiple accounts +# +# 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 +# http://dev.mutt.org/trac/wiki/ConfigTricks#Generatingsend-hooksfromaddressesinaflattextfile +# http://www.techrepublic.com/blog/linux-and-open-source/my-number-one-reason-to-use-mutt-managing-multiple-profiles +# ------------------------------------------------------------------------------------------------------------------ +macro compose "\Cx1" +macro compose \Cx& ":macro compose \\t \\Cx" + # ------- # Sidebar # ------- -- cgit v1.2.3