Bug 3572 - Modernize the to-arrow in the Message List
Summary: Modernize the to-arrow in the Message List
Status: RESOLVED INVALID
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: UI/Message List (show other bugs)
Version: 3.13.0
Hardware: All All
: P3 enhancement
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2015-11-28 20:53 UTC by Johan Vromans
Modified: 2015-11-28 21:01 UTC (History)
0 users

See Also:


Attachments

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

Note You need to log in before you can comment on or make changes to this bug.