[Users] To-arrow

H.Merijn Brand h.m.brand at xs4all.nl
Tue Nov 4 14:58:22 CET 2014


On Tue, 4 Nov 2014 14:24:26 +0100, Johan Vromans <jvromans at squirrel.nl>
wrote:

> Hi,

hi sciurius

> When I send mail to someone, and keep a copy, Claws is very friendly to
> not show the recipient instead of the sender (because that's me). To
> indicate it is showing a recipient, the address is prefixed with "-->".
> 
> Is it possible to configure Claws to use something more 21st-century
> like, e.g. "→" or "➥" ? A hidden config setting, maybe?

Currently it is not. It is hardcoded.
If you build from scratch, try something like this:
--8<---
diff --git a/src/summaryview.c b/src/summaryview.c
index dacbc66..526e504 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -3392,7 +3392,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, "\342\207\222 %s", to_text);
                tmp2[BUFFSIZE-1]='\0';
                text[col_pos[S_COL_FROM]] = tmp2;
        }
-->8---

As a POC I tried that, and it works (though personally I don't really
see it as a real gain)

-- 
H.Merijn Brand  http://tux.nl   Perl Monger  http://amsterdam.pm.org/
using perl5.00307 .. 5.21   porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/        http://www.test-smoke.org/
http://qa.perl.org   http://www.goldmark.org/jeff/stupid-disclaimers/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20141104/834bb778/attachment.sig>


More information about the Users mailing list