[Commits] [SCM] claws branch, master, updated. 3.13.2-146-g4bb9ba0

mones at claws-mail.org mones at claws-mail.org
Mon Jun 6 11:03:15 CEST 2016


The branch, master has been updated
       via  4bb9ba0e8331c149c5ac55ccd1f1cafe08342352 (commit)
      from  1805e0954742603e3c89ccb8c0a0ce5466ae8ac4 (commit)

Summary of changes:
 src/html.c |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit 4bb9ba0e8331c149c5ac55ccd1f1cafe08342352
Author: Ricardo Mones <ricardo at mones.org>
Date:   Thu Jun 2 11:17:49 2016 +0200

    Use Unicode, don't restrict ourselves to ASCII

diff --git a/src/html.c b/src/html.c
index a9b638e..b3acff0 100644
--- a/src/html.c
+++ b/src/html.c
@@ -1,6 +1,6 @@
 /*
- * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2016 Hiroyuki Yamamoto and the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
- * 
  */
 
 #include <glib.h>
@@ -27,8 +26,8 @@
 #include "utils.h"
 
 #define SC_HTMLBUFSIZE	8192
-#define HR_STR		"------------------------------------------------"
-#define LI_STR		"- "
+#define HR_STR		"────────────────────────────────────────────────"
+#define LI_STR		"• "
 
 typedef struct _SC_HTMLSymbol	SC_HTMLSymbol;
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list