Skip to content

Commit

Permalink
lib-storage: mailbox_list_delete_trash() - Don't ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and GitLab committed Jun 29, 2017
1 parent 3fb4420 commit e83bc61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-storage/list/mailbox-list-delete.c
Expand Up @@ -371,6 +371,7 @@ int mailbox_list_delete_trash(const char *path, const char **error_r)
errno = ELOOP;
return -1;
}
return -1;
}
return 0;
}
Expand Down

0 comments on commit e83bc61

Please sign in to comment.