[Commits] claws.def 1.1.2.5 1.1.2.6 vcal_manager.c 1.1.2.86 1.1.2.87
colin at claws-mail.org
colin at claws-mail.org
Tue Oct 25 09:23:58 CEST 2011
Update of /home/claws-mail/plugins/vcalendar/src
In directory claws-mail:/tmp/cvs-serv24818/src
Modified Files:
Tag: gtk2
claws.def vcal_manager.c
Log Message:
2011-10-25 [colin] 2.0.11cvs4
* src/claws.def
* src/vcal_manager.c
Use new locked mail sending
Index: vcal_manager.c
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/vcal_manager.c,v
retrieving revision 1.1.2.86
retrieving revision 1.1.2.87
diff -u -d -r1.1.2.86 -r1.1.2.87
--- vcal_manager.c 20 Apr 2011 09:37:37 -0000 1.1.2.86
+++ vcal_manager.c 25 Oct 2011 07:23:56 -0000 1.1.2.87
@@ -1427,7 +1427,7 @@
if (!prefs_common_get_prefs()->work_offline) {
gchar *err = NULL;
gboolean queued_removed = FALSE;
- gint val = procmsg_send_message_queue(msgpath, &err, folderitem, msgnum, &queued_removed);
+ gint val = procmsg_send_message_queue_with_lock(msgpath, &err, folderitem, msgnum, &queued_removed);
if (val == 0) {
if (!queued_removed)
folder_item_remove_msg(folderitem, msgnum);
Index: claws.def
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/Attic/claws.def,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- claws.def 4 Mar 2011 15:44:57 -0000 1.1.2.5
+++ claws.def 25 Oct 2011 07:23:56 -0000 1.1.2.6
@@ -130,7 +130,7 @@
procmime_mimeinfo_get_parameter
procmsg_msginfo_free
procmsg_msginfo_get_full_info
-procmsg_send_message_queue
+procmsg_send_message_queue_with_lock
qp_encode_line
remove_dir_recursive
slist_free_strings
More information about the Commits
mailing list