[Commits] [SCM] claws branch, master, updated. 3.10.1-163-g72d7c35

claws at claws-mail.org claws at claws-mail.org
Sun Sep 28 11:30:04 CEST 2014


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

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


- Log -----------------------------------------------------------------
commit 72d7c35f0abb53675f0d02d5094adaf00481f194
Author: Paul <paul at claws-mail.org>
Date:   Sun Sep 28 10:29:56 2014 +0100

    add more debug_prints in relation to bug 3049

diff --git a/src/imap.c b/src/imap.c
index 0ec8131..d1ce505 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -4814,6 +4814,12 @@ gboolean imap_scan_required(Folder *folder, FolderItem *_item)
 		
 		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);
 		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