Created
February 18, 2012 13:39
-
-
Save ramn/1859294 to your computer and use it in GitHub Desktop.
Bash Mutt aliases for each IMAP account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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