pub fn print_folders_index(
store: &EmailStore,
config: &Config,
) -> Result<String>Expand description
Generates folders.html — a top-level directory listing used when
folder_by_date or msgsperfolder is configured.
Mirrors the C hypermail write_toplevel_indices() folders page.