From f71a064770e324fb61d4e595151184c94d3f90d1 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 17 Nov 2003 03:32:41 +0000 Subject: thin wrapper on mail_component_get_local_inbox. 2003-11-17 Not Zed * mail-tools.c (mail_tool_get_local_inbox): thin wrapper on mail_component_get_local_inbox. * mail-component.c (mail_component_get_local_inbox): helper to get the default local inbox. * mail-ops.c (fetch_mail_fetch): if we can't get the inbox, make sure we still unref the filter driver here by using hte same exit code. Fixes a crash. svn path=/trunk/; revision=23377 --- mail/mail-send-recv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/mail-send-recv.c') diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index 193f7a0af4..e7d546294d 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -162,7 +162,6 @@ free_folder_info(void *key, struct _folder_info *info, void *data) static void free_send_info(void *key, struct _send_info *info, void *data) { - d(printf("Freeing send info %p\n", info)); g_free(info->uri); camel_operation_unref(info->cancel); if (info->timeout_id != 0) -- cgit