Searched defs:dirs (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-util.c215 const char *dirs[N_ELEMENTS(subdirs) + 2]; local
224 dirs[i] = t_strconcat(mailbox_get_path(box),
229 dirs[i++] = path;
233 dirs[i++] = path;
236 i_assert(count <= N_ELEMENTS(dirs));
239 path = dirs[i];
249 return i == N_ELEMENTS(dirs) ? 0 : -1;

Completed in 9 milliseconds