Hello! Still got a problem with my multiple account setup, although I narrowed it down to the following:
When loading mutt, mutt shows the INBOX of the account, which in the .muttrc is the last one. So I figured it's got to do something with mutt not being able to distinguish the accounts, which share the same IMAP server. Someone in the irc channel then suggested that I, while working with hooks, should better use something like user[at]server instead of server. I tried that one, but couldn't get it to work either. Since the DebugConfig points out the possibility of misunderstanding hooks, I could understand a hooks related problem in my case. But to be honest: I don't know, what I exactly have to change, since all my tries ended in errors. I hope some of you might know, what to do! Here's my .muttrc the way I thought it should work: folder-hook imaps://imap.gmx.com 'source ~/.mutt/account.whllnd' #folder-hook imaps://imap.gmx.com 'source ~/.mutt/account.drsp' source ~/.mutt/account.whllnd macro index <f2> '<sync-mailbox><enter-command>source ~/.mutt/account.whllnd<enter><change-folder>!<enter>' macro index <f3> '<sync-mailbox><enter-command>source ~/.mutt/account.drsp<enter><change-folder>!<enter>' account-hook imaps://imap.gmx.com 'set imap_user = "whl...@gmx.de" imap_pass = "xxxx"' #account-hook imaps://imap.gmx.com 'set imap_user = "d...@gmx.de" imap_pass = "xxxx"' set timeout = 30 set editor = "vim" set check_new = yes set charset = "utf-8" set locale = `echo "${LC_ALL: -${LC_TIME: -${LANG}}}"` set send_charset = "us-ascii: iso-8859-15: utf-8" set file_charset = "us-ascii: iso-8859-15: utf-8" set sendmail = "/usr/bin/msmtp" Thanks in advance! Greetings, Malte