Add hint that sent mails create copies in google mail infra

This commit is contained in:
2025-12-09 01:04:13 +01:00
parent f7cdb49b45
commit 2a6b7b7c0f

View File

@@ -1,6 +1,9 @@
# Location of inbox
set spoolfile = "=INBOX"
set postponed = "=[Gmail]/Drafts"
# This will result in 1-to-1 copies in the sent-mail directory,
# Because google creates another copy to that directory.
# So, we have to clean this periodically.
set record = "=[Gmail]/Sent Mail"
# In Gmail the trash works different...