aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-01-23 06:36:36 +0800
committerChris Lahey <clahey@src.gnome.org>2001-01-23 06:36:36 +0800
commitcdf4ac3653a47da1f9566e33f9dc7abbfeb79299 (patch)
tree3f8887dffc09f97bc24a6cb87770763c82811435 /camel/providers
parent92403a5b3ab4410e235415b1b36f37a1ff281e0e (diff)
downloadgsoc2013-evolution-cdf4ac3653a47da1f9566e33f9dc7abbfeb79299.tar
gsoc2013-evolution-cdf4ac3653a47da1f9566e33f9dc7abbfeb79299.tar.gz
gsoc2013-evolution-cdf4ac3653a47da1f9566e33f9dc7abbfeb79299.tar.bz2
gsoc2013-evolution-cdf4ac3653a47da1f9566e33f9dc7abbfeb79299.tar.lz
gsoc2013-evolution-cdf4ac3653a47da1f9566e33f9dc7abbfeb79299.tar.xz
gsoc2013-evolution-cdf4ac3653a47da1f9566e33f9dc7abbfeb79299.tar.zst
gsoc2013-evolution-cdf4ac3653a47da1f9566e33f9dc7abbfeb79299.zip
Change the callbacks in this file to match the callback function types.
2001-01-22 Christopher James Lahey <clahey@helixcode.com> * component/e-summary-url.c: Change the callbacks in this file to match the callback function types. Fixes warnings. svn path=/trunk/; revision=7723
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/imap/camel-imap-folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index 56de2bbe06..12c0b74f7b 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -216,7 +216,7 @@ void
camel_imap_folder_selected (CamelFolder *folder, CamelImapResponse *response,
CamelException *ex)
{
- unsigned long exists, val, uid;
+ unsigned long exists = 0, val, uid;
CamelMessageInfo *info;
int i, count;
char *resp;