From d190039267d39f6c288a0516f94a514e64b4d32c Mon Sep 17 00:00:00 2001 From: tyrolyean Date: Fri, 1 May 2020 02:23:08 +0200 Subject: [PATCH] Patched attachment message Signed-off-by: tyrolyean --- src/attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attach.c b/src/attach.c index b5aa476..ef9685d 100644 --- a/src/attach.c +++ b/src/attach.c @@ -431,7 +431,7 @@ int replace_files(struct email_t* mail, const char* dirname, bool* created){ } } static const char* html_filler_pref = - "
MAIL ATTACHED The following attachment of this mail has " + "

MAIL ATTACHED

The following attachment of this mail has " "been remotely stored:
\r\n" "

File %s of Type %s as %s%s

\r\n";