[Commits] procmsg.c 1.150.2.127 1.150.2.128
colin at claws-mail.org
colin at claws-mail.org
Wed Sep 12 11:27:44 CEST 2012
Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv8825/src
Modified Files:
Tag: gtk2
procmsg.c
Log Message:
2012-09-12 [colin] 3.8.1cvs53
* src/procmsg.c
Revert that hunk, logic is unclear.
Index: procmsg.c
===================================================================
RCS file: /home/claws-mail/claws/src/procmsg.c,v
retrieving revision 1.150.2.127
retrieving revision 1.150.2.128
diff -u -d -r1.150.2.127 -r1.150.2.128
--- procmsg.c 12 Sep 2012 09:23:12 -0000 1.150.2.127
+++ procmsg.c 12 Sep 2012 09:27:42 -0000 1.150.2.128
@@ -827,6 +827,7 @@
debug_print("\n");
parse_again:
+ nothing_to_sort = TRUE;
cur = orig;
while (cur) {
gchar *file = NULL;
@@ -843,7 +844,6 @@
nothing_to_sort = FALSE;
goto parse_again;
}
- nothing_to_sort = TRUE;
cur = cur->next;
}
More information about the Commits
mailing list