Change mail_op_forward_event to mail_proxy_event.

* mail-local.c (local_folder_changed_proxy): Change
	mail_op_forward_event to mail_proxy_event.

svn path=/trunk/; revision=7344
This commit is contained in:
Dan Winship
2001-01-09 22:57:24 +00:00
parent 461e7fcb4f
commit 70fe2fd985
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-01-09 Dan Winship <danw@helixcode.com>
* mail-local.c (local_folder_changed_proxy): Change
mail_op_forward_event to mail_proxy_event.
2001-01-09 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (save_messages_save): Let the system umask determine

View File

@ -776,8 +776,8 @@ local_folder_changed_proxy (CamelObject *folder, gpointer event_data, gpointer u
int unread;
unread = camel_folder_get_unread_message_count (CAMEL_FOLDER (folder));
mail_op_forward_event (local_folder_changed, folder,
GINT_TO_POINTER (unread), user_data);
mail_proxy_event (local_folder_changed, folder,
GINT_TO_POINTER (unread), user_data);
}
static char *