very minor
This commit is contained in:
parent
c9b4235105
commit
5a52fdca9c
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue