[Commits] [SCM] claws branch, master, updated. 3.13.0-80-gb917a52

mones at claws-mail.org mones at claws-mail.org
Mon Nov 23 20:05:47 CET 2015


The branch, master has been updated
       via  b917a52fa87e7152f3cafd8a9dc00bd762639ae5 (commit)
      from  22a32c92603ba73754af64cd3b40de3d7c2f752a (commit)

Summary of changes:
 src/summaryview.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit b917a52fa87e7152f3cafd8a9dc00bd762639ae5
Author: Ricardo Mones <ricardo at mones.org>
Date:   Mon Nov 23 20:04:35 2015 +0100

    Use an arrow instead of ASCII chars

diff --git a/src/summaryview.c b/src/summaryview.c
index d7fd946..a39f98b 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -3396,7 +3396,7 @@ static inline void summary_set_header(SummaryView *summaryview, gchar *text[],
 				to_text = to_text ? to_text : _("(No From)");
 			}
 		}
-		snprintf(tmp2, BUFFSIZE-1, "--> %s", to_text);
+		snprintf(tmp2, BUFFSIZE-1, "➜ %s", to_text);
 		tmp2[BUFFSIZE-1]='\0';
 		text[col_pos[S_COL_FROM]] = tmp2;
 	}

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list