Closed xpufx closed 4 years ago
We may actually add this in the future - but, what you have on the screenshot is a collapsed view of address pane, which is kept minimal by design. If you expand the pane by clicking that small arrow icon under it, then from that moment forward, all the address information will be displayed for you in full, thus avoiding the issue.
That is good to know. ( I will still leave it the way it is for my purposes to make sure the users see it )
Thanks.
I already submitted this issue #37 but I was told to start a change.org campaign for it and get people to support my cause. I think it's both trivial to implement on your side and very very useful for your users. I think you should reconsider.
This was accomplished by changing one line in MessagePaneView.html
From:
<span class="control address" data-bind="text: currentAccountEmail() === fromEmail() ? meSender : from,
To:
<span class="control address" data-bind="text: fromEmail,
I am sure you can make this configurable and look better.
Best.