aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.h
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-03-21 23:28:36 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-21 23:28:36 +0800
commitd433fb48d2667a93063fd8d92426c12bb31d3353 (patch)
treef56ed89c007f9696c008bfa42c718389d4f50bb9 /camel/camel-folder-summary.h
parent35e6f51eee1ac44714c14baefeaa7e1d4aa443eb (diff)
downloadgsoc2013-evolution-d433fb48d2667a93063fd8d92426c12bb31d3353.tar
gsoc2013-evolution-d433fb48d2667a93063fd8d92426c12bb31d3353.tar.gz
gsoc2013-evolution-d433fb48d2667a93063fd8d92426c12bb31d3353.tar.bz2
gsoc2013-evolution-d433fb48d2667a93063fd8d92426c12bb31d3353.tar.lz
gsoc2013-evolution-d433fb48d2667a93063fd8d92426c12bb31d3353.tar.xz
gsoc2013-evolution-d433fb48d2667a93063fd8d92426c12bb31d3353.tar.zst
gsoc2013-evolution-d433fb48d2667a93063fd8d92426c12bb31d3353.zip
display message size
2000-03-21 bertrand <bertrand@helixcode.com> * message-list.c (ml_value_at): display message size 2000-03-21 bertrand <bertrand@helixcode.com> * providers/mbox/camel-mbox-summary.c (camel_mbox_summary_append_internal_to_external): copy the size field * providers/mbox/camel-mbox-folder.c (_get_message_by_uid): initialize message_info to NULL * camel-folder-summary.h: added the size field. * providers/mbox/camel-mbox-summary.h: added the received_date field. svn path=/trunk/; revision=2133
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r--camel/camel-folder-summary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h
index 84facc41d5..88fe86bd9f 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -69,6 +69,7 @@ typedef struct {
gchar *sent_date;
gchar *received_date;
+ guint32 size;
gchar *uid;
GHashTable *extended_fields;