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 95bd545a42..0f2026acac 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -3149,7 +3149,7 @@ handle_multipart_signed (EMsgComposer *composer, mime_part = camel_multipart_get_part ( multipart, CAMEL_MULTIPART_SIGNED_CONTENT); - if (mime_part != NULL) + if (mime_part == NULL) return; content_type = camel_mime_part_get_content_type (mime_part); |