-
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
Fix #166 Messages not sorted by date #313
base: master
Are you sure you want to change the base?
Conversation
If this fix could be merged. That would help me a lot, because we use mailhog for testing of services which are sending a lot of mails. This is a bit boring, since no sorting is supported yet. |
can this be a PR into the vendored repo, please? Mailhog-server should get this change first |
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. |
Dear MailHog authors, can you please accept this MR? |
Using on Windows Server 2016 64-bit git clone https://github.com/mailhog/MailHog.git works great! |
Hey guys, when the PR will be merged? Now it is total mess without proper sorting in Maildir mode |
This will fix #166
Tested the commits from @linsomniac, and it works.