Skip to content

Instantly share code, notes, and snippets.

@iagox86
Created August 2, 2012 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iagox86/3242088 to your computer and use it in GitHub Desktop.
Save iagox86/3242088 to your computer and use it in GitHub Desktop.
# This file does everything relatd to accounts and switching accounts
# Load the default account information
source ~/.mutt/accounts/ron-at-skullsecurity.net
# Create some macros to switch between accounts
macro generic,index,pager 1 ":source ~/.mutt/accounts/ron-at-skullsecurity.net\n"
macro generic,index,pager 2 ":source ~/.mutt/accounts/ron.bowes-at-javaop.com\n"
macro generic,index,pager 3 ":source ~/.mutt/accounts/ron-at-dash9security.com\n"
# Add some message hooks to automatically select the proper account when replying to an email
message-hook '~t ^ron@dash9security\.com$' 'source ~/.mutt/accounts/ron-at-dash9security.com'
message-hook '~t ^ron\.bowes@javaop\.com$' 'source ~/.mutt/accounts/ron.bowes-at-javaop.com'
message-hook '~t ^ron@skullsecurity\.net$' 'source ~/.mutt/accounts/ron-at-skullsecurity.net'
# vim: set ft=muttrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment