Disable mailman sync with explicit month.
This commit is contained in:
parent
d634debd3e
commit
8c6230fe24
1 changed files with 3 additions and 1 deletions
|
@ -270,7 +270,9 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
(newline)
|
(newline)
|
||||||
(print-unpaired-table MB))
|
(print-unpaired-table MB))
|
||||||
((mlsync)
|
((mlsync)
|
||||||
(print "Mailman sync."))
|
(if (-normal-month-)
|
||||||
|
(print "Mailman sync.")
|
||||||
|
(print "Mailman synchronization disabled with manually specified current month.")))
|
||||||
(else
|
(else
|
||||||
(print "Nothing to do."))
|
(print "Nothing to do."))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue