Patched attachment message

Signed-off-by: tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
tyrolyean 2020-05-01 02:23:08 +02:00
parent 7dd39cd9a5
commit d190039267
No known key found for this signature in database
GPG Key ID: EDD105663B707C62
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ int replace_files(struct email_t* mail, const char* dirname, bool* created){
}
}
static const char* html_filler_pref =
"<br><a>MAIL ATTACHED</a> The following attachment of this mail has "
"<br><h1>MAIL ATTACHED</h1> The following attachment of this mail has "
"been remotely stored: <br>\r\n"
"<p> File %s of Type %s as <a href=\"%s%s\">%s%s</a></p>\r\n";