Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
enzevalos_iphone
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
64
Issues
64
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
enzevalos
enzevalos_iphone
Commits
94643c97
Commit
94643c97
authored
Apr 18, 2020
by
Oliver Wiese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignore uidvalidility
parent
6baf0d22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
enzevalos_iphone/DataHandler.swift
enzevalos_iphone/DataHandler.swift
+1
-2
No files found.
enzevalos_iphone/DataHandler.swift
View file @
94643c97
...
...
@@ -894,8 +894,7 @@ class DataHandler {
if
let
tmpMails
=
finding
as?
[
PersistentMail
]
{
mails
=
tmpMails
}
if
finding
==
nil
||
finding
!.
count
==
0
||
mails
.
filter
({
$0
.
folder
.
path
==
folderPath
&&
$0
.
uidvalidity
==
myfolder
.
uidvalidity
})
.
count
==
0
||
uid
==
0
||
!
myfolder
.
uids
.
contains
(
uid
)
{
if
finding
==
nil
||
finding
!.
count
==
0
||
mails
.
filter
({
$0
.
folder
.
path
==
folderPath
})
.
count
==
0
||
uid
==
0
||
!
myfolder
.
uids
.
contains
(
uid
)
{
// create new mail object
mail
=
NSEntityDescription
.
insertNewObject
(
forEntityName
:
"PersistentMail"
,
into
:
managedObjectContext
)
as!
PersistentMail
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment