[Commits] [SCM] claws branch, master, updated. 3.10.1-164-geba128c

claws at claws-mail.org claws at claws-mail.org
Sun Sep 28 11:44:40 CEST 2014


The branch, master has been updated
       via  eba128c4f5df2339c2bb3d3fce9df990ce317d73 (commit)
      from  72d7c35f0abb53675f0d02d5094adaf00481f194 (commit)

Summary of changes:
 src/imap.c |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)


- Log -----------------------------------------------------------------
commit eba128c4f5df2339c2bb3d3fce9df990ce317d73
Author: Paul <paul at claws-mail.org>
Date:   Sun Sep 28 10:44:31 2014 +0100

    re: last commit - of course, one debug_print() will do

diff --git a/src/imap.c b/src/imap.c
index d1ce505..8ef3ac4 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -4812,14 +4812,12 @@ gboolean imap_scan_required(Folder *folder, FolderItem *_item)
 			return FALSE;
 		}
 		
-		debug_print("exists %d, item->item.total_msgs %d\n", 
-			exists, item->item.total_msgs);
-		debug_print("unseen %d, item->item.unread_msgs %d\n", 
-			unseen, item->item.unread_msgs);
-		debug_print("uid_next %d, item->uid_next %d\n", 
-			uid_next, item->uid_next);
-		debug_print("uid_val %d, item->item.mtime %d\n", 
-			uid_val, item->item.mtime);
+		debug_print("exists %d, item->item.total_msgs %d\n"
+			    "\tunseen %d, item->item.unread_msgs %d\n"
+			    "\tuid_next %d, item->uid_next %d\n"
+			    "\tuid_val %d, item->item.mtime %d\n", 
+			    exists, item->item.total_msgs,unseen, item->item.unread_msgs,
+			    uid_next, item->uid_next,uid_val, item->item.mtime);
 		if (exists != item->item.total_msgs
 		    || unseen != item->item.unread_msgs 
 		    || uid_next != item->uid_next

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list