Bug 3572

Summary: Modernize the to-arrow in the Message List
Product: Claws Mail (GTK 2) Reporter: Johan Vromans <jvromans>
Component: UI/Message ListAssignee: users
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: P3    
Version: 3.13.0   
Hardware: All   
OS: All   

Description Johan Vromans 2015-11-28 20:53:37 UTC
When a message is sent to a recipient, the message is shown in the Message List not with the name of the sender but with an arrow and the name of the recipient.
Currently, this arrow is ASCII-art "-->". This is stone-age technology which does not fit a modern mail tool like Claws.

Claws is Gtk based, and Gtk supports a vast collection of Unicode glyphs representing arrows. In particular glyphs U+279C "➜" and U+21AA "↪" are good candidates.

Having more candidates leads to an implementation where the user can choose what glyph she wants. This is no problem, especially since this also deals with the (imaginary?) case where the user has a system that does not support the desired glyphs.

There's one final question, though: Should the Unicode arrow glyph be made default, modernizing the Claws UI while still allowing the user to change it back to "-->" or something else, or should the stone-age "-->" be kept and leave it up to the individual user to modernize it.

When there's consensus about the approach I'm willing to provide the necessary patches.
Comment 1 Paul 2015-11-28 21:01:28 UTC
That was already done a few days ago: http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=b917a52fa87e7152f3cafd8a9dc00bd762639ae5