Object quotas implementation
This commit is contained in:
@@ -124,7 +124,7 @@ impl SieveScriptIngest for Server {
|
||||
.caused_by(trc::location!())?
|
||||
.and_then(|p| {
|
||||
instance.set_user_full_name(p.description().unwrap_or_else(|| p.name()));
|
||||
p.emails.into_iter().next()
|
||||
p.into_emails().next()
|
||||
});
|
||||
|
||||
// Set account address
|
||||
|
||||
Reference in New Issue
Block a user