diff options
-rw-r--r-- | composer/e-msg-composer-attachment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer-attachment.c b/composer/e-msg-composer-attachment.c index fa4f62202a..5903fc3928 100644 --- a/composer/e-msg-composer-attachment.c +++ b/composer/e-msg-composer-attachment.c @@ -219,7 +219,7 @@ e_msg_composer_attachment_new (const char *file_name, #if 0 /* Note: Outlook 2002 is broken with respect to Content-Ids on non-multipart/related parts, so as an interoperability - workwaround, don't set a Content-Id on these parts. Fixes + workaround, don't set a Content-Id on these parts. Fixes bug #10032 */ /* set the Content-Id */ content_id = header_msgid_generate (); |