-
-
Notifications
You must be signed in to change notification settings - Fork 158
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 From: to MessageView list #403
Conversation
Thank you. Originally I intentionally skipped this to save space and to resemble the mobile view of the "inbox view", however I realise now that I used to To instead of the From.... an oversight on my behalf. Adding the From here does not actually add that much space, however makes it very difficult to see the difference between the subject line and the From line. I'm wondering is this is maybe not a better (and easier to read) alternative to your proposal? What do you think? |
I actually like seeing "To:" and "From:". |
Yes, I like that. It seems the most useful way of presenting enough data for an easy overview of the message view. |
OK cool, I'm happy with that. Please leave this with me as I've already made the changes locally which is quite different to what you have, and I also include a couple of minor changes to the mobile view of the inbox view. I'll push through the update shortly (which will become available in the docker Thanks for the PR though, I do appreciate it even if I'm not merging it in this time! |
No worries, we have the "issue" solved with the PR, so take all your time. We'll converge back to upstream once you push your change. |
Thank you! |
This has now been released in v1.21.7. |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [axllent/mailpit](https://github.com/axllent/mailpit) | patch | `v1.21.6` -> `v1.21.8` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>axllent/mailpit (axllent/mailpit)</summary> ### [`v1.21.8`](https://github.com/axllent/mailpit/blob/HEAD/CHANGELOG.md#v1218) [Compare Source](axllent/mailpit@v1.21.7...v1.21.8) ##### Chore - Update node dependencies - Update Go dependencies ##### Fix - **db:** Remove unused FOREIGN KEY REFERENCES in message_tags table ([#​374](axllent/mailpit#374)) ### [`v1.21.7`](https://github.com/axllent/mailpit/blob/HEAD/CHANGELOG.md#v1217) [Compare Source](axllent/mailpit@v1.21.6...v1.21.7) ##### Chore - Update node dependencies - Update Go dependencies - Bump Go version for automated testing - Move smtpd & pop3 modules to internal - Stricter SMTP 'MAIL FROM' & 'RCPT TO' handling ([#​409](axllent/mailpit#409)) - Display "To" details in mobile messages list - Display "From" details in message sidebar (desktop) ([#​403](axllent/mailpit#403)) ##### Fix - Ignore unsupported optional SMTP 'MAIL FROM' parameters ([#​407](axllent/mailpit#407)) - Prevent splitting multi-byte characters in message snippets ([#​404](axllent/mailpit#404)) ##### Testing - Add smtpd tests </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42NC4wIiwidXBkYXRlZEluVmVyIjoiMzkuNzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
I found it inconsistent that the From: is shown on the Inbox view but not on the messages view.
Hope this helps others that have a diverse set of senders, too.
/DLange