File bgo-562450-gpg-edit-as-new.patch of Package evolution
--- composer/e-msg-composer.c 2008/12/10 18:37:03 36868 +++ composer/e-msg-composer.c 2008/12/12 03:21:51 36869 @@ -3149,7 +3149,7 @@ 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);