From d5a2ea4e8dc62698dce70e4487add22c668a268a Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Mon, 29 Jun 2020 01:30:12 +0000 Subject: [PATCH] quick bugfix --- src/mailsrv/assets/bin/maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailsrv/assets/bin/maint b/src/mailsrv/assets/bin/maint index 45123d6..8a9fc8b 100755 --- a/src/mailsrv/assets/bin/maint +++ b/src/mailsrv/assets/bin/maint @@ -21,7 +21,7 @@ for user in *; do | perl -pe 'chomp if eof' | perl -pe 's/^/MAILBOX /' \ | perl -pe 's/\n/ OR /') # add Sent and INBOX to our mailboxes list - mailboxes="MAILBOX Sent OR INBOX ${mailboxes:+OR} $mailboxes" + mailboxes="MAILBOX Sent OR MAILBOX INBOX ${mailboxes:+OR} $mailboxes" # move to the Archive/$year mailbox messages that: # have been flagged as read, # were received on or before $year,