aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parse/daterange.go
Commit message (Collapse)AuthorAgeFilesLines
* worker: move shared code to libRobin Jarry2023-10-281-0/+471
Avoid importing code from worker/lib into lib. It should only be the other way around. Move the message parsing code used by maildir, notmuch, mbox and the eml viewer into a lib/rfc822 package. Adapt imports accordingly. Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Koni Marti <koni.marti@gmail.com> Tested-by: Moritz Poldrack <moritz@poldrack.dev> Tested-by: Inwit <inwit@sindominio.net>