You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/14 18:01:10 UTC

[incubator-ponymail] branch master updated: Default to config option, which may not be 'full'

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new f32be56  Default to config option, which may not be 'full'
f32be56 is described below

commit f32be56e82aecc76bc80e1ee1d731afe8c389c98
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Aug 14 20:01:04 2020 +0200

    Default to config option, which may not be 'full'
---
 tools/archiver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index cddfabf..a43b168 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -168,7 +168,7 @@ class Archiver(object): # N.B. Also used by import-mbox.py
             **kwargs
         )
 
-    def __init__(self, generator='full', parse_html=False, dump_dir=None):
+    def __init__(self, generator=archiver_generator, parse_html=False, dump_dir=None):
         """ Just initialize ES. """
         self.html = parse_html
         self.generator = generator