CVS: sylpheed-claws/src/plugins/spamassassin spamassassin.c,1.18.2.33,1.18.2.34

Colin Leroy <[email protected]>
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /cvsroot/sylpheed-claws/sylpheed-claws/src/plugins/spamassassin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15728/src/plugins/spamassassin

Modified Files:
      Tag: gtk2
	spamassassin.c 
Log Message:
2006-04-25 [cleroy]	2.1.1cvs34

	* src/compose.c
	* src/gtk/gtkaspell.c
		Fix crash on redirect (related to the return 
		of the aspell menu in compose's toolbar)
	* src/image_viewer.c
	* src/prefs_msg_colors.c
	* src/gtk/pluginwindow.c
	* src/gtk/prefswindow.c
		Change released signals to clicked (Fabien)
	* po/POTFILES.in
	* src/common/socket.c
	* src/plugins/spamassassin/spamassassin.c
		Translate strings (Fabien)

Index: spamassassin.c
===================================================================
RCS file: /cvsroot/sylpheed-claws/sylpheed-claws/src/plugins/spamassassin/spamassassin.c,v
retrieving revision 1.18.2.33
retrieving revision 1.18.2.34
diff -u -r1.18.2.33 -r1.18.2.34
--- spamassassin.c	6 Apr 2006 10:58:17 -0000	1.18.2.33
+++ spamassassin.c	25 Apr 2006 16:59:47 -0000	1.18.2.34
@@ -149,7 +149,7 @@
 	}
 
 	if (transport_setup(&trans, flags) != EX_OK) {
-		log_error("Spamassassin plugin couldn't connect to spamd.\n");
+		log_error(_("Spamassassin plugin couldn't connect to spamd.\n"));
 		debug_print("failed to setup transport\n");
 		return FALSE;
 	}
@@ -189,7 +189,7 @@
 
 	/* SPAMASSASSIN_DISABLED : keep test for compatibility purpose */
 	if (!config.enable || config.transport == SPAMASSASSIN_DISABLED) {
-		log_error("Spamassassin plugin is disabled by its preferences.\n");
+		log_error(_("Spamassassin plugin is disabled by its preferences.\n"));
 		return FALSE;
 	}
 	debug_print("Filtering message %d\n", msginfo->msgnum);
@@ -461,7 +461,7 @@
 	}
 
 	if (!config.enable || config.transport == SPAMASSASSIN_DISABLED) {
-		log_error("Spamassassin plugin is loaded but disabled by its preferences.\n");
+		log_error(_("Spamassassin plugin is loaded but disabled by its preferences.\n"));
 	}
 	else {
 		if (config.transport == SPAMASSASSIN_TRANSPORT_TCP)



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.