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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-delete.c101 } else if (mailbox_list_delete_trash(trash_dest, &error) < 0 &&
109 if (mailbox_list_delete_trash(trash_dir, &error) < 0 &&
190 if (mailbox_list_delete_trash(str_c(full_path), &error) < 0) {
385 if (mailbox_list_delete_trash(path, &error) == 0)
448 int mailbox_list_delete_trash(const char *path, const char **error_r) function

Completed in 262 milliseconds