From d514563031e09155bc8b050c9d6a2f42880e5d7a Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 7 Sep 2025 10:43:44 +0200 Subject: [PATCH] Add note about autodiscovery --- scripts/p7s/mail/mbsync.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/p7s/mail/mbsync.py b/scripts/p7s/mail/mbsync.py index 28540df..bd27893 100644 --- a/scripts/p7s/mail/mbsync.py +++ b/scripts/p7s/mail/mbsync.py @@ -1,3 +1,6 @@ +""" +We could likely make this nicer with some mail configuration autodiscovery, but who has the time. +""" import textwrap -- 2.47.3