[Commits] [SCM] claws branch, master, updated. 3.14.0-84-g479b9dc

ticho at claws-mail.org ticho at claws-mail.org
Sat Sep 17 23:46:44 CEST 2016


The branch, master has been updated
       via  479b9dc2551d4e04b391231fa46f9e7ef853ac3d (commit)
      from  a7e20307867cb9f53f7b4afc51a727e7f82d897e (commit)

Summary of changes:
 src/imap.c |    3 ---
 1 file changed, 3 deletions(-)


- Log -----------------------------------------------------------------
commit 479b9dc2551d4e04b391231fa46f9e7ef853ac3d
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Sep 17 23:46:21 2016 +0200

    Remove an unused, mistyped ifdef in imap.c.

diff --git a/src/imap.c b/src/imap.c
index 8ccb0ee..79d0357 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -505,9 +505,6 @@ FolderClass *imap_get_class(void)
 		imap_class.synchronise = imap_synchronise;
 		imap_class.remove_cached_msg = imap_remove_cached_msg;
 		imap_class.commit_tags = imap_commit_tags;
-#ifdef USE_PTREAD
-		pthread_mutex_init(&imap_mutex, NULL);
-#endif
 	}
 	
 	return &imap_class;

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list