chore: auto-commit uncommitted changes

This commit is contained in:
James 2026-02-23 06:01:46 -05:00
parent 32e51c4cfe
commit ecb9fa4a5f
1 changed files with 14 additions and 0 deletions

View File

@ -19,6 +19,20 @@ accounts:
username: tj@jongsma.me username: tj@jongsma.me
password: "${TJ_STALWART_PASSWORD}" password: "${TJ_STALWART_PASSWORD}"
from: tj@jongsma.me from: tj@jongsma.me
james_jongsma_me:
host: mail.jongsma.me
port: 993
username: james@jongsma.me
password: "${JAMES_STALWART_PASSWORD}"
tls: ssl
watch:
- INBOX
smtp:
host: mail.jongsma.me
port: 465
username: james@jongsma.me
password: "${JAMES_STALWART_PASSWORD}"
from: "James <james@jongsma.me>"
johan_jongsma_me: johan_jongsma_me:
host: mail.jongsma.me host: mail.jongsma.me
port: 993 port: 993