From d83c67e57f840421dbc17b85bf6654554b8bec8f Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 18 Sep 2022 11:20:32 +0900 Subject: [PATCH] [+] the send mail error message report add message header --- mail/compose_email.anubis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/compose_email.anubis b/mail/compose_email.anubis index e79e72c..7125570 100644 --- a/mail/compose_email.anubis +++ b/mail/compose_email.anubis @@ -430,7 +430,8 @@ public define String )= //open the message file from the drive if rewind(mail_parts) then - "get_message_header NOT YET Implemented. Please report that error to Calexium" + message_header(mail_parts) + //"get_message_header NOT YET Implemented." else "". -- libgit2 0.21.4