aboutsummaryrefslogtreecommitdiff
path: root/muttrc.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-07 14:44:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-07 14:44:00 -0300
commit966e53d0dfbbc88e83a1dec8f0722229e72195b5 (patch)
treebc08702acb7b9b10bff61d77f9da419851cd3694 /muttrc.dot.link
parente9402f36806bed817de8291c3a944610a420d93e (diff)
downloadmail-966e53d0dfbbc88e83a1dec8f0722229e72195b5.tar.gz
mail-966e53d0dfbbc88e83a1dec8f0722229e72195b5.tar.bz2
Basic macros for multiple account management
Diffstat (limited to 'muttrc.dot.link')
-rw-r--r--muttrc.dot.link12
1 files changed, 12 insertions, 0 deletions
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 <tab> "\Cx1"
+macro compose \Cx& ":macro compose \\t \\Cx"
+
# -------
# Sidebar
# -------