Searched refs:move_to_alt (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-sync.c17 bool move_to_alt = type == SDBOX_SYNC_ENTRY_TYPE_MOVE_TO_ALT; local
20 if (move_to_alt == dbox_file_is_in_alt(file) &&
21 !move_to_alt) {
27 if (move_to_alt != dbox_file_is_in_alt(file)) {
31 (void)sdbox_file_move(file, move_to_alt);
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.h106 void mdbox_purge_alt_flag_change(struct mail *mail, bool move_to_alt);
H A Dmdbox-purge.c440 void mdbox_purge_alt_flag_change(struct mail *mail, bool move_to_alt) argument
457 dest = move_to_alt ? &mbox->storage->move_to_alt_map_uids :

Completed in 9 milliseconds