1.1 --- a/src/message_api.c Fri May 29 17:38:01 2015 +0200
1.2 +++ b/src/message_api.c Fri May 29 23:59:34 2015 +0200
1.3 @@ -1191,6 +1191,7 @@
1.4
1.5 for (il = msg->to; il != NULL; il = il->next) {
1.6 if (il->ident) {
1.7 + update_identity(session, il->ident);
1.8 max_comm_type = _get_comm_type(session, max_comm_type,
1.9 il->ident);
1.10 comm_type_determined = true;
1.11 @@ -1199,6 +1200,7 @@
1.12
1.13 for (il = msg->cc; il != NULL; il = il->next) {
1.14 if (il->ident) {
1.15 + update_identity(session, il->ident);
1.16 max_comm_type = _get_comm_type(session, max_comm_type,
1.17 il->ident);
1.18 comm_type_determined = true;