author | Volker Birk <vb@pep-project.org> |
Tue, 05 May 2015 11:48:50 +0200 | |
changeset 242 | 6736f061c8f8 |
parent 241 | 176b70529dc3 |
child 245 | 43b4cf6fe548 |
child 246 | 1546f1595882 |
child 248 | 49010f5b2346 |
1.1 --- a/src/message_api.c Tue May 05 10:15:34 2015 +0200 1.2 +++ b/src/message_api.c Tue May 05 11:48:50 2015 +0200 1.3 @@ -961,14 +961,6 @@ 1.4 comm_type_determined = true; 1.5 } 1.6 } 1.7 - 1.8 - for (il = msg->bcc; il != NULL; il = il->next) { 1.9 - if (il->ident) { 1.10 - max_comm_type = _get_comm_type(session, max_comm_type, 1.11 - il->ident); 1.12 - comm_type_determined = true; 1.13 - } 1.14 - } 1.15 break; 1.16 1.17 default: