Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show full email name after material you #8297

Open
3 tasks done
kkocdko opened this issue Oct 9, 2024 · 2 comments
Open
3 tasks done

Show full email name after material you #8297

kkocdko opened this issue Oct 9, 2024 · 2 comments
Labels
type: enhancement New features or improvements to existing features. unconfirmed Newly reported issues awaiting triage or confirmation

Comments

@kkocdko
Copy link

kkocdko commented Oct 9, 2024

Checklist

  • I have used the search function to see if someone else has already submitted the same feature request.
  • I will describe the problem with as much detail as possible.
  • This issue only contains a request for one single feature, not multiple (related) features.

App version

8.0

Problem you are trying to solve

It was like that, I have many mails, I want to know their full name so I can jump to it. After the material you design changes, it is replaced by just 2 letters with a circle as avatar, it is unconvenient for users with many mail.

Suggested solution

allow to unfold to show full email name at one screen

Screenshots / Drawings / Technical details

No response

@kkocdko kkocdko added type: enhancement New features or improvements to existing features. unconfirmed Newly reported issues awaiting triage or confirmation labels Oct 9, 2024
@kolAflash
Copy link

kolAflash commented Nov 4, 2024

I've got multiple email addresses on the same domain example.net. And they all show up as EX.
Let's call them foo@example.net (green), bar@example.net (orange), baz@example.net (red) and qux@example.net (blue).

The email addresses on the same domain are only distinguishable by color. A real regression for color blind people.

 

Details

The two letters seem to be taken from this setting inside each email account. It uses the first two letters after the @.
Sending mail -> Manage identities -> Email address
If multiple identities are configured, it's the uppermost one which gets choosen by default when writing a new email.

One could workaround the problem by adding another "pseude identity" at the top of the list. But then this wrong identity would always be chosen when writing mails and you would have to manually select the correct identity each time. So it's a very ugly workaround.

Thunderbird-Android-8.0_two-letter-account-avatar-circles.png

Thunderbird-Android-8 0_two-letter-account-avatar-circles

 

Minor fix proposal

As a first step a logic could be added, which only uses the required Email address field of the identity if the optional Identity description is left blank. And if an Identity description is provided, use some letters from it instead. Just thing about parsing the Identity description twice. It may contain none or even more then one @ symbol, because it doesn't have to be a valid email address.
This way users get more flexibility to control which letters show up in the account-cicle.

Although I'd also love to simply see the full email address again as proposed by @kkocdko

 

Related

Related issues:

@madb1lly
Copy link

madb1lly commented Nov 7, 2024

Hi all,

I agree, I find this hugely frustrating, especially because the positions of the icons also change depending on which mailbox I've selected before. I know the names of my email accounts, I shouldn't need to now try and remember a colour instead. Please revert this change or add the option to show full email account name rather than a fixed two letter ID.

Cheers 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New features or improvements to existing features. unconfirmed Newly reported issues awaiting triage or confirmation
Projects
None yet
Development

No branches or pull requests

3 participants