diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-24 11:24:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-24 11:24:59 +0800 |
commit | 33bbdaa50b4911adcc937ff674466ea43ac8f45d (patch) | |
tree | 197a8566f6d8a5a3dbef29cbf6f7e49e86bc4940 /modules/mail | |
parent | aac2cb58276cde2d079af3987ad798786862b931 (diff) | |
download | gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.gz gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.bz2 gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.lz gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.xz gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.zst gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/e-mail-attachment-handler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mail/e-mail-attachment-handler.c b/modules/mail/e-mail-attachment-handler.c index 4b9f5e1959..98680f8299 100644 --- a/modules/mail/e-mail-attachment-handler.c +++ b/modules/mail/e-mail-attachment-handler.c @@ -90,8 +90,8 @@ mail_attachment_handler_get_selected_message (EAttachmentHandler *handler) CamelStream *mem; /* Create a message copy in case the inner content-type doesn't match - the mime_part's content type, which can happen for multipart/digest, - where it confuses the formatter on reply, which skips all rfc822 subparts. + * the mime_part's content type, which can happen for multipart/digest, + * where it confuses the formatter on reply, which skips all rfc822 subparts. */ mem = camel_stream_mem_new (); camel_data_wrapper_write_to_stream_sync (CAMEL_DATA_WRAPPER (wrapper), mem, NULL, NULL); |