Limit the number of transactions shown.

This commit is contained in:
Dominik Pantůček 2023-06-30 23:11:46 +02:00
parent d989f09595
commit fad923a15d
3 changed files with 8 additions and 2 deletions

View file

@ -101,6 +101,8 @@
(*checked-file* file))
(-dokuwiki (dir) "Base directory of DokuWiki"
(*doku-base* dir))
(-count (count) "Maximum number of transactions shown"
(*show-payments-count* (string->number pcount)))
""
"Email options:"
(-from (email) "Sender email address"
@ -358,7 +360,7 @@
(print "Mailman synchronization disabled with manually specified current month.")))
((notify)
(let ((nmembers (members-to-notify MB (-notify-months-))))
(newline)
/ (newline)
(if (null? nmembers)
(print "Everyone paid on time.")
(let ()