-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add seperate columns for From and To fields; show Date and Time #7
Conversation
Both ToShortDateString and ToShortTimeString are used to keep locale.
Second commit got merged with this: show date and time |
Hi Your code is very good, and certainly of the right quality to merge. However, I don’t agree with the proposed changes, and here’s why. My intent was to follow the Outlook defaults precedent. Given limited space, Outlook shows either From or To for each email, depending whether it has been received or sent. For time, it shows time-of-day for very recent emails, day of the week for emails received this week, and otherwise the short date. I emulated this by showing either From or To, in the same way, and simplified the time by just showing the short date for everything. Of course, a full email client would let you configure what properties were shown, but given that that is beyond my scope, I still think that I am in about the right place in following the Outlook precedent. Also, given that the source is open, developers at least can do what you have done and change things to suit themselves. So I am currently proposing not to merge these changes, but please feel free to tell me why I am wrong. Dijji |
Hi, Some background: I recently had a relative ask me to retrieve some (presumably lost) mails from his harddrive. I then found your tool, but his mail archive had a lot of forwarded? or BCC? mails inside them. Stuff like where the person is neither in These changes where a mere quality of life improvement for me. I can understand why you don't want to merge this. Just wanted your thoughts on this - maybe someone else will find this useful. |
Your scenario is very valid, though. Perhaps what I should do is to again follow the Outlook example and show the additional information (date/time, from or to, whichever was not shown, plus the copy and blind copy lists) in a variable height panel above the body of the selected email. Would that have helped you? Dijji |
Probably not, but I can't say for sure now. I haven't checked much of the content of the mails. I don't use Outlook, so I had no idea that you tried to follow their style. |
As flywire notes, displaying both date and time has now made it into master, after some further discussion, as has showing Outlook style header information above the contents of the email, and the ability to search through email headers (including cc and bcc) . I still don't agree with separate From and To columns, though. It would consume more space, and in most cases, the only information added would be my own name, which I should already know. Thank you again for your input. It is through suggestions and constructive discussion that programs improve. Dijji |
I found it more useful to see both
From
andTo
fields in the message list.