Home
last modified time | relevance | path

Searched refs:offlineMsgAgeLimit (Results 1 – 1 of 1) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsAutoSyncManager.cpp96 int32_t offlineMsgAgeLimit = -1; in IsExcluded() local
97 imapServer->GetAutoSyncMaxAgeDays(&offlineMsgAgeLimit); in IsExcluded()
101 *aDecision = offlineMsgAgeLimit > 0 && in IsExcluded()
102 msgDate < MsgConvertAgeInDaysToCutoffDate(offlineMsgAgeLimit); in IsExcluded()