FEATURE: Add download script for Google Groups

This commit is contained in:
Gerhard Schlager
2018-10-31 00:31:20 +01:00
parent efa265cbc8
commit 65db9326b4
2 changed files with 193 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ module ImportScripts::Mbox
private
METADATA_FILENAME = 'metadata.yml'.freeze
IGNORED_FILE_EXTENSIONS = ['.dbindex', '.dbnames', '.digest', '.subjects']
IGNORED_FILE_EXTENSIONS = ['.dbindex', '.dbnames', '.digest', '.subjects', 'status.yml']
def index_category(directory)
metadata_file = File.join(directory, METADATA_FILENAME)