diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-11-02 04:18:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-11-02 04:18:18 +0800 |
commit | 5981b82e897e3bd2963e9b0a6018ab169b1dca9d (patch) | |
tree | 36ab65c8fc82d21b3df543d3bcbb46329b72cc09 /composer | |
parent | 29f8799d6648986b85447ffebfd496ed6f3f7b63 (diff) | |
download | gsoc2013-evolution-5981b82e897e3bd2963e9b0a6018ab169b1dca9d.tar.gz gsoc2013-evolution-5981b82e897e3bd2963e9b0a6018ab169b1dca9d.tar.zst gsoc2013-evolution-5981b82e897e3bd2963e9b0a6018ab169b1dca9d.zip |
comment fix
svn path=/trunk/; revision=18488
Diffstat (limited to 'composer')
-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 (); |