pull/1/head
yflory 2019-09-03 18:42:31 +02:00
parent 0b7221efe6
commit c5903ffb9d
1 changed files with 2 additions and 0 deletions

View File

@ -820,6 +820,8 @@ define([
}
optsPut.owners = owners;
}), href);
// XXX get the mailbox fields, decrypt all the mailboxes, reencrypt them, and put them in the metadata
// XXX also use optsPut.metadata (and fix it in cryptget) instead of optsPut.owners
common.getPadAttribute('expire', waitFor(function (err, expire) {
optsPut.expire = (expire - (+new Date())) / 1000; // Lifetime in seconds
}), href);