X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcompose.c;h=51137ef1c0b5c398f4546b0d2de71755ac128c5a;hp=9a0a68631d95b15ce5c613f7625263c9a5c61cf7;hb=af2d08928764e0dca21a49d512dc26b536be6d7f;hpb=c4dc998a3e10e531266637b00f74474a6257ec6e diff --git a/src/compose.c b/src/compose.c index 9a0a68631..51137ef1c 100644 --- a/src/compose.c +++ b/src/compose.c @@ -1588,7 +1588,7 @@ static gint compose_write_to_file(Compose *compose, const gchar *file, #if USE_GPGME if (compose->use_signing) { - if (rfc2015_sign(file) < 0) { + if (rfc2015_sign(file, compose->account) < 0) { unlink(file); return -1; }