diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-04 08:56:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-04 08:56:30 +0800 |
commit | 66f9d9b0af733ccdcebd414b148f11e20e3fc876 (patch) | |
tree | a435906e0cb63f4557c3e97575328b84134d094f | |
parent | f335fa0d10ffb85a23d8ea69929d04b4db3f3f64 (diff) | |
download | gsoc2013-evolution-66f9d9b0af733ccdcebd414b148f11e20e3fc876.tar gsoc2013-evolution-66f9d9b0af733ccdcebd414b148f11e20e3fc876.tar.gz gsoc2013-evolution-66f9d9b0af733ccdcebd414b148f11e20e3fc876.tar.bz2 gsoc2013-evolution-66f9d9b0af733ccdcebd414b148f11e20e3fc876.tar.lz gsoc2013-evolution-66f9d9b0af733ccdcebd414b148f11e20e3fc876.tar.xz gsoc2013-evolution-66f9d9b0af733ccdcebd414b148f11e20e3fc876.tar.zst gsoc2013-evolution-66f9d9b0af733ccdcebd414b148f11e20e3fc876.zip |
Add a FIXME comment to e-attachment.c
-rw-r--r-- | widgets/misc/e-attachment.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment.c b/widgets/misc/e-attachment.c index a5adcc6f33..7d8984dba0 100644 --- a/widgets/misc/e-attachment.c +++ b/widgets/misc/e-attachment.c @@ -1779,6 +1779,8 @@ attachment_load_from_mime_part (LoadContext *load_context) g_file_info_set_attribute_string ( file_info, attribute, string); + /* FIXME This can cause Camel to block while downloading the + * MIME part in order to determine the content size. */ size = (goffset) camel_mime_part_get_content_size (mime_part); g_file_info_set_size (file_info, size); |