mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
Revert "main/hypermail Updated. mdri2mbox.lua fix with patch from nangel@nothome.org"
This reverts commit 9a2bbde4c3
.
This commit is contained in:
parent
9a2bbde4c3
commit
3ebbbf50bf
@ -2,7 +2,7 @@
|
||||
# Maintainer: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=hypermail
|
||||
pkgver=2.2.0
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
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 ("%a, %d %b %Y %X +%z", posix.stat(path, "mtime"))
|
||||
date = os.date ("%c", posix.stat(path, "mtime"))
|
||||
end
|
||||
local weekday,day,month,year,time,offset = string.match(date, "([^,]*), +(%d+) (%a+) (%d+) ([%d:]*) ([%d]*)")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user