This commit is contained in:
Martin Rotter 2020-08-07 12:59:47 +02:00
parent d40409f62a
commit 59b1cb7029
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ enum class DuplicationAttributeCheck {
SameDateCreated = 8,
// Compare with all messages from the account not only with messages from same feed.
// Note that this value must be used via bitwise OR with other values,
// for example 2 | 4 | 16.
AllFeedsSameAccount = 16
};