* src/procmsg.c
Fix getting a false error when sending queued message
whereas the sending was fine (if there are subfolders
in the queue folder), thanks to Colin.
+2007-03-26 [wwp] 2.8.1cvs53
+
+ * src/procmsg.c
+ Fix getting a false error when sending queued message
+ whereas the sending was fine (if there are subfolders
+ in the queue folder), thanks to Colin.
+
2007-03-26 [paul] 2.8.1cvs52
* src/wizard.c
( cvs diff -u -r 1.115.2.148 -r 1.115.2.149 src/main.c; ) > 2.8.1cvs50.patchset
( cvs diff -u -r 1.155.2.58 -r 1.155.2.59 src/Makefile.am; ) > 2.8.1cvs51.patchset
( cvs diff -u -r 1.1.2.52 -r 1.1.2.53 src/wizard.c; ) > 2.8.1cvs52.patchset
+( cvs diff -u -r 1.150.2.94 -r 1.150.2.95 src/procmsg.c; ) > 2.8.1cvs53.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=52
+EXTRA_VERSION=53
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
while (node != NULL) {
int res = 0;
next = node->next;
+ send_queue_lock = FALSE;
res = procmsg_send_queue(FOLDER_ITEM(node->data), save_msgs, errstr);
+ send_queue_lock = TRUE;
if (res < 0)
err = -res;
else