-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Messages not sorted by date #166
Comments
Looks like the same here |
no sorting by date is the only serious flaw at the moment for me |
Uses go 1.8 function sort.Slice
Adding fix for mailhog#166 from upstream
A PR has been open for this issue for a few months. Will it be reviewed in the near future? Can we do anything to help that happen? |
Any updates on this and the PR for it? |
Any help needed with this still? |
Hello, Same issue for me :) Any news? |
I think I put the fix in manually and compiled it for those who need date sorting like I did. This is my first time touching GO, GOX, make, etc. I just downloaded the repo, put in the code fix, Googled how the tools worked, smashed lots of buttons, and eventually managed to get it to spit compiled executables out that seem to resolve the sorting in about an hour. I make no guarantees, but so far so good! If it doesn't work for you, I'm not really going to put more time into it, but hopefully it does. Without email sort, it was a deal breaker for me. |
Does anyone know if there's a docker container that supports this change? (since the official docker image hasn't been updated in years). |
@qt91 - Check your Go version, I had this same issue because |
We're running Mailhog 1.0.0 and have the problem that messages are not sorted by date, which makes it hard to find current/new messages in the list:
Seems to be the same problem as #35.
The text was updated successfully, but these errors were encountered: