diff --git a/archiver.py b/archiver.py index 7a0207d..c6e88e0 100755 --- a/archiver.py +++ b/archiver.py @@ -45,6 +45,7 @@ def main(args): if args.full: last_refresh = None + logger.info('Performing full sync...') else: last_refresh = database.have_we_done_a_full_sync_at_all() last_refresh_imap_date = None diff --git a/config.yml.sample b/config.yml.sample index ea1a6e4..5c8d99b 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -6,7 +6,8 @@ database_path: emails.db attachments_path: attachments # Should inline content be saved as well? -This will result in images and other inline content being saved, not just attachments. +# This will result in images and other inline content being saved, not just attachments. +# Not super nessesary because the inline attachments are encoded in the raw email. save_inline_attachments: false exclude_folders: