Commit a7f35d2f a7f35d2ff07626469737aa59386d3a8bbfecc7dd by Sergey Poznyakoff

(escape_sign): Print "-- \n" before the signature

1 parent 42912a53
......@@ -236,6 +236,7 @@ escape_sign (int argc ARG_UNUSED, char **argv, compose_env_t *env ARG_UNUSED)
if (util_getenv (&p, isupper (argv[0][0]) ? "Sign" : "sign",
Mail_env_string, 1) == 0)
{
fputs ("-- \n", ofile);
if (isupper (argv[0][0]))
{
char *name = util_fullpath (p);
......