This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new f448454 Return the list time
f448454 is described below
commit f4484543323ea2856498d9ebf45a5f338e3e39fb
Author: Sebb <[email protected]>
AuthorDate: Sun Apr 7 13:27:39 2019 +0100
Return the list time
---
lib/whimsy/asf/mail.rb | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index 1a68bc6..c583fd4 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -64,6 +64,11 @@ module ASF
public_private ? @lists : @lists.keys
end
+ def self.list_mtime
+ Mail._load_lists
+ @list_mtime
+ end
+
# list of mailing lists that aren't actively seeking new subscribers
def self.deprecated
apmail_bin = ASF::SVN['apmail_bin']