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

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-save.c502 struct maildir_filename **fm; local
507 for (fm = &ctx->files; (*fm)->next != NULL; fm = &(*fm)->next) ;
508 i_assert(*fm == ctx->file_last);
509 *fm = NULL;
511 ctx->files_tail = fm;

Completed in 14 milliseconds