Lines Matching refs:list
4 #include "mailbox-list.h"
14 If the path didn't exist, returns -1 and sets the list error to
18 list error to MAIL_ERROR_NOTPOSSIBLE.
20 Returns -1 and sets the list error on other errors. */
21 int mailbox_list_delete_maildir_via_trash(struct mailbox_list *list,
25 returns -1 and sets the list error to MAIL_ERROR_NOTFOUND.
26 Returns -1 and sets the list error on other errors. */
27 int mailbox_list_delete_mailbox_file(struct mailbox_list *list,
37 If the path didn't exist, returns -1 and sets the list error to
41 returns -1 and sets the list error to MAIL_ERROR_NOTPOSSIBLE.
44 list error to MAIL_ERROR_NOTPOSSIBLE.
46 Returns -1 and sets the list error on other errors. */
47 int mailbox_list_delete_mailbox_nonrecursive(struct mailbox_list *list,
52 Returns -1 and sets the list error on any errors. */
53 int mailbox_list_delete_finish(struct mailbox_list *list, const char *name);
56 deleted, FALSE if not. The list is expected to have a proper error when
60 -1 and sets the list error if necessary. */
61 int mailbox_list_delete_finish_ret(struct mailbox_list *list,
66 void mailbox_list_delete_until_root(struct mailbox_list *list, const char *path,
69 void mailbox_list_delete_mailbox_until_root(struct mailbox_list *list,
76 If the path didn't exist, returns -1 and sets the list error to
79 If the path is a directory, returns -1 and sets the list error to
82 Returns -1 and sets the list error on other errors. */
83 int mailbox_list_delete_symlink_default(struct mailbox_list *list,