Displaying 1 result from an estimated 1 matches for "index_set_error".
2004 Apr 26
1
Setting "default_mail_env" Why is index->mailbox_path empty?
...or("index->mailbox_path: %%%s%%", index->mailbox_path);
i_error("index->dir: %%%s%%", index->dir);
i_error("index->filepath: %%%s%%", index->filepath);
i_error("index->control_dir: %%%s%%", index->control_dir);
index_set_error(index, "%s failed with mbox file %s: %m",
function, index->mailbox_path);
return FALSE;
}
This generates the following output. It seems clear that the initial reading
of mbox is read correctly because index->dir and others have values derived from
it but for some reason mailbo...