diff options
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index c5683359c1..b509a97ce8 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1126,7 +1126,7 @@ get_file_content (EMsgComposer *composer, /* The newer signature UI saves signatures in UTF-8, but we still need to check that the signature is valid UTF-8 because it is possible that the user imported a signature file that is in his/her locale charset. If it's not in UTF-8 and not in - the charset the composer is in (or their default mail charset) then fuck it, + the charset the composer is in (or their default mail charset) then there's nothing we can do. */ if (buffer->len && !g_utf8_validate ((const gchar *)buffer->data, buffer->len, NULL)) { stream = (CamelStream *) memstream; |