account-hook multiple IMAP users
Hi again,
################################################################################
the problem:
################################################################################
account-hook doesn't work when using different accounts on same IMAP server.
it seems to be ignored
################################################################################
my config:
################################################################################
Using Mutt 1.5.6+20040907i (CVS)
muttrc:
-------
account-hook "user1@imap" 'source ~/.mutt/user1'
account-hook "user2@imap" 'source ~/.mutt/user2'
-------
################################################################################
my dirty solution:
################################################################################
muttrc:
-------
account-hook "imap" 'source ~/.mutt/user1'
account-hook "<IP address of imap>" 'source ~/.mutt/user2'
-------
works (almost see other post) but is dirty...