CVS: sylpheedclaws/sylpheed-claws/src addrharvest.c,1.6.10.12,1.6.10.13 editldap.c,1.8.2.15,1.8.2.16 expldifdlg.c,1.1.4.22,1.1.4.23 news.c,1.101.2.33,1.101.2.34 toolbar.c,1.43.2.55,1.43.2.56

[email protected]
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv13578/src

Modified Files:
      Tag: gtk2
	addrharvest.c editldap.c expldifdlg.c news.c toolbar.c 
Log Message:
2006-12-06 [paul]	2.6.1cvs10

	* src/addrharvest.c
	* src/editldap.c
	* src/expldifdlg.c
	* src/news.c
	* src/toolbar.c
	* src/common/utils.c
		...and more renaming
		Thanks to Colin 

Index: addrharvest.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/addrharvest.c,v
retrieving revision 1.6.10.12
retrieving revision 1.6.10.13
diff -u -d -r1.6.10.12 -r1.6.10.13
--- addrharvest.c	2006/11/07 10:38:37	1.6.10.12
+++ addrharvest.c	2006/12/06 08:25:55	1.6.10.13
@@ -50,7 +50,7 @@
 #define REM_NAME_STRING2 "(Email 2)"
 
 /* Directories to ignore */
-#define DIR_IGNORE ".\t..\t.sylpheed_mark\t.sylpheed_cache"
+#define DIR_IGNORE ".\t..\t.sylpheed_mark\t.sylpheed_claws_cache"
 
 /*
  * Header entry.

Index: editldap.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/editldap.c,v
retrieving revision 1.8.2.15
retrieving revision 1.8.2.16
diff -u -d -r1.8.2.15 -r1.8.2.16
--- editldap.c	2006/11/07 10:38:47	1.8.2.15
+++ editldap.c	2006/12/06 08:25:55	1.8.2.16
@@ -517,7 +517,7 @@
 	gtk_tooltips_set_tip( toolTip, entry_baseDN, _( 
 		"This specifies the name of the directory to be searched " \
 		"on the server. Examples include:\n" \
-		"  dc=sylpheed,dc=org\n" \
+		"  dc=claws-mail,dc=org\n" \
 		"  ou=people,dc=domainname,dc=com\n" \
 		"  o=Organization Name,c=Country\n"
 		),
@@ -732,7 +732,7 @@
 	gtk_tooltips_set_tip( toolTip, entry_bindDN, _( 
 		"The LDAP user account name to be used to connect to the server. " \
 		"This is usually only used for protected servers. This name " \
-		"is typically formatted as: \"cn=user,dc=sylpheed,dc=com\". " \
+		"is typically formatted as: \"cn=user,dc=claws-mail,dc=org\". " \
 		"This is usually left empty when performing a search." ),
 		NULL );
 

Index: expldifdlg.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/expldifdlg.c,v
retrieving revision 1.1.4.22
retrieving revision 1.1.4.23
diff -u -d -r1.1.4.22 -r1.1.4.23
--- expldifdlg.c	2006/12/02 18:22:59	1.1.4.22
+++ expldifdlg.c	2006/12/06 08:25:56	1.1.4.23
@@ -478,7 +478,7 @@
 		GTK_TOOLTIPS(toolTip), entrySuffix, _(
 		"The suffix is used to create a \"Distinguished Name\" " \
 		"(or DN) for an LDAP entry. Examples include:\n" \
-		"  dc=sylpheed,dc=org\n" \
+		"  dc=claws-mail,dc=org\n" \
 		"  ou=people,dc=domainname,dc=com\n" \
 		"  o=Organization Name,c=Country\n"
 		), NULL );
@@ -502,7 +502,7 @@
 		GTK_TOOLTIPS(toolTip), menuItem, _(
 		"The address book Unique ID is used to create a DN that is " \
 		"formatted similar to:\n" \
-		"  uid=102376,ou=people,dc=sylpheed,dc=org"
+		"  uid=102376,ou=people,dc=claws-mail,dc=org"
 		), NULL );
 
 	menuItem = gtk_menu_item_new_with_label( _( "Display Name" ) );
@@ -515,7 +515,7 @@
 		GTK_TOOLTIPS(toolTip), menuItem, _(
 		"The address book Display Name is used to create a DN that " \
 		"is formatted similar to:\n" \
-		"  cn=John Doe,ou=people,dc=sylpheed,dc=org"
+		"  cn=John Doe,ou=people,dc=claws-mail,dc=org"
 		), NULL );
 
 	menuItem = gtk_menu_item_new_with_label( _( "Email Address" ) );
@@ -528,7 +528,7 @@
 		GTK_TOOLTIPS(toolTip), menuItem, _(
 		"The first Email Address belonging to a person is used to " \
 		"create a DN that is formatted similar to:\n" \
-		"  [email protected],ou=people,dc=sylpheed,dc=org"
+		"  [email protected],ou=people,dc=claws-mail,dc=org"
 		), NULL );
 
 	optmenuRDN = gtk_option_menu_new();

Index: news.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/news.c,v
retrieving revision 1.101.2.33
retrieving revision 1.101.2.34
diff -u -d -r1.101.2.33 -r1.101.2.34
--- news.c	2006/11/14 07:26:40	1.101.2.33
+++ news.c	2006/12/06 08:25:56	1.101.2.34
@@ -812,7 +812,7 @@
 	get_rfc822_date(buf, sizeof(buf));
 	fprintf(tmpfp, "Date: %s\r\n", buf);
 	fprintf(tmpfp, "\r\n");
-	fprintf(tmpfp, "removed with sylpheed\r\n");
+	fprintf(tmpfp, "removed with Claws Mail\r\n");
 
 	fclose(tmpfp);
 

Index: toolbar.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/toolbar.c,v
retrieving revision 1.43.2.55
retrieving revision 1.43.2.56
diff -u -d -r1.43.2.55 -r1.43.2.56
--- toolbar.c	2006/11/07 10:39:35	1.43.2.55
+++ toolbar.c	2006/12/06 08:25:57	1.43.2.56
@@ -724,7 +724,7 @@
 	if (found) 
 		actions_execute(data, i, widget, source);
 	else
-		g_warning ("Error: did not find Sylpheed Action to execute");
+		g_warning ("Error: did not find Claws Action to execute");
 }
 
 static void activate_compose_button (Toolbar           *toolbar,
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.