aboutsummaryrefslogtreecommitdiff
path: root/src/procmime.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-13 09:42:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-13 09:42:26 +0000
commit70a2615d616d6c29275cfe836678c03b78f802f4 (patch)
treef55becc5b8e2baf0e904332aa87d526823a5f868 /src/procmime.h
parent3083452938b15891e80313f14be554dd22ce933e (diff)
made the file size of attachments more accurate, and human-readable.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@427 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/procmime.h')
-rw-r--r--src/procmime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/procmime.h b/src/procmime.h
index 19ccb2a4..fc2085a9 100644
--- a/src/procmime.h
+++ b/src/procmime.h
@@ -99,6 +99,7 @@ struct _MimeInfo
glong fpos;
guint size;
+ guint content_size;
MimeInfo *main;
MimeInfo *sub;