Skip to content

Instantly share code, notes, and snippets.

@ramn
Created February 18, 2012 13:39
Show Gist options
  • Save ramn/1859294 to your computer and use it in GitHub Desktop.
Save ramn/1859294 to your computer and use it in GitHub Desktop.
Bash Mutt aliases for each IMAP account
# Mutt aliases, one for each imap account
for conf in ~/.mutt/imap_*
do
alias mutt_${conf#*imap_}="mutt -e 'source $conf'"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment