Skip to content
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

Open
cweiske opened this issue Aug 16, 2017 · 10 comments · May be fixed by #313
Open

Messages not sorted by date #166

cweiske opened this issue Aug 16, 2017 · 10 comments · May be fixed by #313
Milestone

Comments

@cweiske
Copy link

cweiske commented Aug 16, 2017

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:

2017-08-16 auswahl_001
2017-08-16 mailhog date sorting

Seems to be the same problem as #35.

@tassoman
Copy link

Looks like the same here

@ihard
Copy link

ihard commented Dec 8, 2017

no sorting by date is the only serious flaw at the moment for me

@staabm staabm mentioned this issue Oct 30, 2018
matttamatic added a commit to matttamatic/MailHog-Server that referenced this issue Jan 25, 2019
Uses go 1.8 function sort.Slice
linsomniac added a commit to linsomniac/MailHog that referenced this issue Oct 25, 2019
SourceTrees added a commit to SourceTrees/MailHog that referenced this issue Mar 6, 2020
@tyndyll tyndyll added this to the v1.1 milestone Aug 11, 2020
@LC43 LC43 linked a pull request Sep 15, 2020 that will close this issue
@allknowingfrog
Copy link

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?

@dweitzhofer
Copy link

Any updates on this and the PR for it?

@cite
Copy link

cite commented Apr 6, 2021

Any help needed with this still?

teck-kian added a commit to teck-kian/MailHog that referenced this issue May 26, 2021
@anybodesign
Copy link

Hello, Same issue for me :) Any news?

@qt91
Copy link

qt91 commented Jan 14, 2022

I got a bug
image

@AlexHimself
Copy link

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.

https://github.com/AlexHimself/MailhogDateSortFixed

dmartinhorodrigues added a commit to dmartinhorodrigues/MailHog that referenced this issue Jun 3, 2022
@Lenitr
Copy link

Lenitr commented Feb 17, 2023

Does anyone know if there's a docker container that supports this change? (since the official docker image hasn't been updated in years).

@RyanBeiden
Copy link

RyanBeiden commented Mar 16, 2023

@qt91 - Check your Go version, I had this same issue because sort.Slice() is available as of Go v1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.