It's still available via mail_user.set.mail_debug, although shouldn't
normally be used anymore.
/* autocreated users for shared mailboxes need to be fully initialized
if they don't exist, since they're going to be used anyway */
if (user->error == NULL || user->nonexistent) {
- user->mail_debug = user->set->mail_debug;
-
user->initialized = TRUE;
hook_mail_user_created(user);
}
This happens near the beginning of the user initialization,
so this is rarely needed to be checked. */
bool settings_expanded:1;
- /* Shortcut to mail_storage_settings.mail_debug */
- bool mail_debug:1;
/* If INBOX can't be opened, log an error, but only once. */
bool inbox_open_error_logged:1;
/* Fuzzy search works for this user (FTS enabled) */