diff options
| -rwxr-xr-x | bin/update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/update b/bin/update index e5bb1c40e..f28735169 100755 --- a/bin/update +++ b/bin/update @@ -189,6 +189,10 @@ def dolist(listname): '%(listname)s') return 1 + # Update the held requests database + print _("""Updating the held requests database.""") + mlist._UpdateRecords() + mbox_dir = make_varabs('archives/private/%s.mbox' % (listname)) mbox_file = make_varabs('archives/private/%s.mbox/%s' % (listname, listname)) |
