X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcompose.c;h=b05006b01301f3458325151517d595ac29ad0232;hp=d216a4b62ddd0f826ab84286dd8a2aa067bdefea;hb=e070e40476000c39f65ab00bb7071ab95b3d4869;hpb=244b9cae9f63616168222e9adfa32f26e5388001 diff --git a/src/compose.c b/src/compose.c index d216a4b62..b05006b01 100644 --- a/src/compose.c +++ b/src/compose.c @@ -5653,7 +5653,7 @@ static gint compose_write_to_file(Compose *compose, FILE *fp, gint action, gbool } g_free(chars); - if (encoding == ENC_8BIT || encoding == ENC_7BIT) { + if (prefs_common.rewrite_first_from && (encoding == ENC_8BIT || encoding == ENC_7BIT)) { if (!strncmp(buf, "From ", sizeof("From ")-1) || strstr(buf, "\nFrom ") != NULL) { encoding = ENC_QUOTED_PRINTABLE;