Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/src/
H A DnsMsgSearchTerm.cpp1157 PRTime cutOffDay = now - m_value.u.age * PR_USEC_PER_DAY; in MatchAge() local
1166 if ((!cutOffDayInTheFuture && msgDate < cutOffDay) || in MatchAge()
1167 (cutOffDayInTheFuture && msgDate > cutOffDay)) in MatchAge()
1171 if ((!cutOffDayInTheFuture && msgDate > cutOffDay) || in MatchAge()
1172 (cutOffDayInTheFuture && msgDate < cutOffDay)) in MatchAge()
1178 if (NS_SUCCEEDED(GetLocalTimes(msgDate, cutOffDay, msgDateExploded, in MatchAge()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp1061 uint32_t cutOffDay = nowInSeconds - (60 * 60 * 24 * numDaysToLeaveOnServer); in LoadUrlInternal() local
1065 (void*)(uintptr_t)cutOffDay); in LoadUrlInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/msgdb/src/
H A DnsMsgDatabase.cpp4330 PRTime cutOffDay = PR_Now() - daysToKeepHdrs * PR_USEC_PER_DAY; in FindMessagesOlderThan() local
4349 if (date < cutOffDay) { in FindMessagesOlderThan()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapMailFolder.cpp1211 PRTime cutOffDay = in ApplyRetentionSettings() local
1226 MarkPendingRemoval(header, msgDate < cutOffDay); in ApplyRetentionSettings()