mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/hypermail Updated. mdri2mbox.lua fix with patch from nangel@nothome.org
This commit is contained in:
parent
08d591b04a
commit
9a2bbde4c3
@ -2,7 +2,7 @@
|
||||
# Maintainer: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=hypermail
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Mail Archiver"
|
||||
url="http://www.hypermail-project.org"
|
||||
license="GPL"
|
||||
|
||||
@ -70,7 +70,7 @@ file_to_mbox = function (path)
|
||||
|
||||
local date = string.match("\n" .. headers, "\nDate: ([^\n]*)")
|
||||
if date == nil then
|
||||
date = os.date ("%c", posix.stat(path, "mtime"))
|
||||
date = os.date ("%a, %d %b %Y %X +%z", posix.stat(path, "mtime"))
|
||||
end
|
||||
local weekday,day,month,year,time,offset = string.match(date, "([^,]*), +(%d+) (%a+) (%d+) ([%d:]*) ([%d]*)")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user