mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
Add private exported + sent mail cleanup to trimMessageAreasScheduledEvent() scheduled event
This commit is contained in:
parent
011c863547
commit
e7b0e4af30
4 changed files with 75 additions and 27 deletions
|
@ -598,8 +598,9 @@ function getDefaultConfig() {
|
|||
|
||||
areas : {
|
||||
private_mail : {
|
||||
name : 'Private Mail',
|
||||
desc : 'Private user to user mail/email',
|
||||
name : 'Private Mail',
|
||||
desc : 'Private user to user mail/email',
|
||||
maxExternalSentAgeDays : 30, // max external "outbox" item age
|
||||
},
|
||||
|
||||
local_bulletin : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue