Skip to content
Snippets Groups Projects
Commit 68b51280 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

fix merge error

parent 4cc6bb43
No related branches found
No related tags found
1 merge request!84Resolve "Missing backend features/connections for UI"
......@@ -119,6 +119,8 @@ struct MailListView: View {
return AnyView(EmptyView())
}
}
private func deleteMails(at offsets: IndexSet) {
var ids = [UInt64]()
for index in offsets {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment