Home
last modified time | relevance | path

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

/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DMailboxTree.h263 bool gotHdrListPost() const;
H A DMailboxTree.cpp998 bool MessageDataPayload::gotHdrListPost() const in gotHdrListPost() function in Imap::Mailbox::MessageDataPayload
1296 if (data()->gotHdrListPost()) { in data()
1305 return data()->gotHdrListPost() ? QVariant(data()->hdrListPostNo()) : QVariant(); in data()