From 8c6230fe24cb9e2e8a350027be00df2f35f28fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Thu, 6 Apr 2023 21:19:59 +0200 Subject: [PATCH] Disable mailman sync with explicit month. --- src/bbstool.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bbstool.scm b/src/bbstool.scm index 9f28bd8..ac03f55 100644 --- a/src/bbstool.scm +++ b/src/bbstool.scm @@ -270,7 +270,9 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. (newline) (print-unpaired-table MB)) ((mlsync) - (print "Mailman sync.")) + (if (-normal-month-) + (print "Mailman sync.") + (print "Mailman synchronization disabled with manually specified current month."))) (else (print "Nothing to do."))