Commit d83c67e57f840421dbc17b85bf6654554b8bec8f
1 parent
a2bc97d9
[+] the send mail error message report add message header
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
mail/compose_email.anubis
| ... | ... | @@ -430,7 +430,8 @@ public define String |
| 430 | 430 | )= |
| 431 | 431 | //open the message file from the drive |
| 432 | 432 | if rewind(mail_parts) then |
| 433 | - "get_message_header NOT YET Implemented. Please report that error to Calexium" | |
| 433 | + message_header(mail_parts) | |
| 434 | + //"get_message_header NOT YET Implemented." | |
| 434 | 435 | else |
| 435 | 436 | "". |
| 436 | 437 | ... | ... |