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";