Re: From field being set incorrectly when using multiple imap accounts
Hello Michael,
what about the following:
mailboxes imaps://glanzman@xxxxxxxxxxxxxxxxx/INBOX
mailboxes imaps://testy@faui03/INBOX
mailboxes imaps://sithglan@faui03/INBOX
...
And than use folder-hooks to set headers appropiate, like:
folder-hook glanzman@imap 'my_hdr From: Thomas Glanzmann
<glanzman@xxxxxxxxxxxx>'
folder-hook sithglan@faui03 'my_hdr From: Thomas Glanzmann <sithglan@xxxxxx>'
folder-hook testy@faui03 'my_hdr From: Joe Test <testy@cip>'
...
please let me know if that works for you. I think, it's the best
solution for your problem.
Honestly,
Thomas