mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-06 20:33:38 +01:00
Save.
This commit is contained in:
parent
d40409f62a
commit
59b1cb7029
@ -95,6 +95,8 @@ enum class DuplicationAttributeCheck {
|
|||||||
SameDateCreated = 8,
|
SameDateCreated = 8,
|
||||||
|
|
||||||
// Compare with all messages from the account not only with messages from same feed.
|
// 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
|
AllFeedsSameAccount = 16
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user