]> gitweb.fluxo.info Git - rhatto/dotfiles/mail.git/commitdiff
Basic macros for multiple account management
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Jun 2014 17:44:00 +0000 (14:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Jun 2014 17:44:00 +0000 (14:44 -0300)
muttrc.dot.link

index 68bb0f898f2709ded9bbcee264238b03bfb8f035..365c7fc06c7a9de287a70cf479f76e9d368dd8e3 100644 (file)
@@ -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 <tab> "\Cx1"
+macro compose \Cx& ":macro compose \\t \\Cx"
+
 # -------
 # Sidebar
 # -------