[Commits] [SCM] claws branch, master, updated. 3.9.2-24-g6c8b4bf

claws at claws-mail.org claws at claws-mail.org
Tue Jun 18 20:57:55 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  6c8b4bf629697c9f168d3c2a41f32bba126ba1a4 (commit)
      from  94b1bd90b9a9e84f9dd04486f38d0506736008bf (commit)


- Log -----------------------------------------------------------------
commit 6c8b4bf629697c9f168d3c2a41f32bba126ba1a4
Author: Paul <paul at claws-mail.org>
Date:   Tue Jun 18 19:57:47 2013 +0100

    in the output of `claws-mail -V` use 'Enchant' instead of 'aspell' and whilst I'm at it, make all the uppercase/lowercase match the About dialogue too

diff --git a/src/main.c b/src/main.c
index 451eac9..131c807 100644
--- a/src/main.c
+++ b/src/main.c
@@ -790,21 +790,21 @@ static void main_dump_features_list(gboolean show_debug_only)
 #endif
 #if USE_ENCHANT
 	if (show_debug_only)
-		debug_print(" aspell\n");
+		debug_print(" Enchant\n");
 	else
-		g_print(" aspell\n");
+		g_print(" Enchant\n");
 #endif
 #if USE_GNUTLS
 	if (show_debug_only)
-		debug_print(" gnutls\n");
+		debug_print(" GnuTLS\n");
 	else
-		g_print(" gnutls\n");
+		g_print(" GnuTLS\n");
 #endif
 #if INET6
 	if (show_debug_only)
-		debug_print(" ipv6\n");
+		debug_print(" IPv6\n");
 	else
-		g_print(" ipv6\n");
+		g_print(" IPv6\n");
 #endif
 #if HAVE_ICONV
 	if (show_debug_only)
@@ -814,15 +814,15 @@ static void main_dump_features_list(gboolean show_debug_only)
 #endif
 #if USE_JPILOT
 	if (show_debug_only)
-		debug_print(" jpilot\n");
+		debug_print(" JPilot\n");
 	else
-		g_print(" jpilot\n");
+		g_print(" JPilot\n");
 #endif
 #if USE_LDAP
 	if (show_debug_only)
-		debug_print(" ldap\n");
+		debug_print(" LDAP\n");
 	else
-		g_print(" ldap\n");
+		g_print(" LDAP\n");
 #endif
 #if HAVE_LIBETPAN
 	if (show_debug_only)
@@ -832,9 +832,9 @@ static void main_dump_features_list(gboolean show_debug_only)
 #endif
 #if HAVE_LIBSM
 	if (show_debug_only)
-		debug_print(" libsm\n");
+		debug_print(" libSM\n");
 	else
-		g_print(" libsm\n");
+		g_print(" libSM\n");
 #endif
 #if HAVE_NETWORKMANAGER_SUPPORT
 	if (show_debug_only)

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

Summary of changes:
 src/main.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list