From cdf4ac3653a47da1f9566e33f9dc7abbfeb79299 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 22 Jan 2001 22:36:36 +0000 Subject: Change the callbacks in this file to match the callback function types. 2001-01-22 Christopher James Lahey * component/e-summary-url.c: Change the callbacks in this file to match the callback function types. Fixes warnings. svn path=/trunk/; revision=7723 --- camel/providers/imap/camel-imap-folder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/imap') 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; -- cgit v1.2.3