[Commits] imap-thread.c 1.1.4.119 1.1.4.120

colin at claws-mail.org colin at claws-mail.org
Wed Sep 12 11:23:15 CEST 2012


Update of /home/claws-mail/claws/src/etpan
In directory srv:/tmp/cvs-serv1241/src/etpan

Modified Files:
      Tag: gtk2
	imap-thread.c 
Log Message:
2012-09-12 [colin]	3.8.1cvs52

	* src/addressbook.c
	* src/addrharvest.c
	* src/addrindex.c
	* src/addritem.c
	* src/compose.c
	* src/edittags.c
	* src/folder.c
	* src/imap.c
	* src/inc.c
	* src/ldif.c
	* src/mainwindow.c
	* src/mbox.c
	* src/mimeview.c
	* src/mutt.c
	* src/partial_download.c
	* src/prefs_filtering_action.c
	* src/prefs_toolbar.c
	* src/printing.c
	* src/procheader.c
	* src/procmime.c
	* src/procmsg.c
	* src/summaryview.c
	* src/textview.c
	* src/common/utils.c
	* src/etpan/imap-thread.c
	* src/gtk/gtkaspell.c
	* src/plugins/pgpcore/sgpgme.c
		More fixes from bug #1961:
		- Write-only variables
		- Null pointer dereferences
		- A couple other fixes for which the reporter
		  was unsure, but which showed problems.
		More details in bug #1961 comments.

Index: imap-thread.c
===================================================================
RCS file: /home/claws-mail/claws/src/etpan/Attic/imap-thread.c,v
retrieving revision 1.1.4.119
retrieving revision 1.1.4.120
diff -u -d -r1.1.4.119 -r1.1.4.120
--- imap-thread.c	7 Jul 2012 07:09:33 -0000	1.1.4.119
+++ imap-thread.c	12 Sep 2012 09:23:13 -0000	1.1.4.120
@@ -2649,10 +2649,8 @@
 				  carray ** p_env_list)
 {
 	clistiter * cur;
-	unsigned int i;
 	carray * env_list;
 
-	i = 0;
 	env_list = carray_new(16);
   
   	if (fetch_result) {



More information about the Commits mailing list