Disable mailman sync with explicit month.

This commit is contained in:
Dominik Pantůček 2023-04-06 21:19:59 +02:00
parent d634debd3e
commit 8c6230fe24

View file

@ -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."))