Open varac opened 4 years ago
Varac writes on April 27, 2020 11:26:
Or, as an alternative, users should be able to configure whether
select_query
or the auto-matching code should outvote each other. Does this make sense ?
As in 'select_query' takes precedence?
As in 'select_query' takes precedence?
Yes, that's the word I was looking for :)
Varac writes on April 27, 2020 12:02:
As in 'select_query' takes precedence?
Yes, that's the word I was looking for :)
I think that makes sense.
I get a message sent my account B, which is a forward of my account A. When I reply to this mail, the account manager wrongly picks account A as sender addr. and ignores the
select_query
values I set in the config.I see this in the logs after hitting 'r' for reply:
This looks like the code responsible for it: https://github.com/astroidmail/astroid/blob/526f73a6f5b7d8a3351feb0f44d98221c26c1c36/src/account_manager.cc#L180
I noticed that because of the forward, I have this header field (and it's the only header field with account A):
and I guess that why the wrong account is chosen. So the accountmanager should ignore the
Envelope-to
field imo.Or, as an alternative, users should be able to configure whether
select_query
or the auto-matching code should outvote each other. Does this make sense ?