Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/src/
H A DnsMsgSearchTerm.cpp1176 PRExplodedTime msgDateExploded; in MatchAge() local
1178 if (NS_SUCCEEDED(GetLocalTimes(msgDate, cutOffDay, msgDateExploded, in MatchAge()
1180 if ((msgDateExploded.tm_mday == cutOffDayExploded.tm_mday) && in MatchAge()
1181 (msgDateExploded.tm_month == cutOffDayExploded.tm_month) && in MatchAge()
1182 (msgDateExploded.tm_year == cutOffDayExploded.tm_year)) in MatchAge()