From 5a52fdca9c23b171c3da0d171f7c94fe00fb4c7f Mon Sep 17 00:00:00 2001 From: Cyberes Date: Thu, 18 Jul 2024 21:17:12 -0600 Subject: [PATCH] very minor --- archiver.py | 1 + config.yml.sample | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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: