imapx_parse_uids: Return a GArray instead of a GPtrArray.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 4 Oct 2013 15:16:05 +0000 (11:16 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 4 Oct 2013 15:16:05 +0000 (11:16 -0400)
commitab9a4f422a6ade26eef982496c130daf1d47ba80
tree9118c555f5266fc3d21496af721226ce23ee61ee
parent4075847bb87c9fbf54961da65be817d4a9cab117
imapx_parse_uids: Return a GArray instead of a GPtrArray.

GArray is better for packing integer values.  The UIDs are 32 bits,
so this is actually a little more memory efficient on 64-bit systems.
camel/camel-imapx-server.c
camel/camel-imapx-utils.c
camel/camel-imapx-utils.h