fix wtv-expire-all for deleting mail

This commit is contained in:
zefie
2025-08-12 21:55:33 -04:00
parent f4646f3c1d
commit f9c5e216a4

View File

@@ -31,7 +31,7 @@ if (!intro_seen && !request_headers.query.intro_seen) {
if (request_headers.query.message_delete) {
session_data.mailstore.deleteMessage(messageid);
headers = `300 OK
wtv-expire: wtv-mail:/listmail
wtv-expire-all: wtv-mail:/listmail
Location: wtv-mail:/listmail`;
} else {