Home
last modified time | relevance | path

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

/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DMailboxTree.cpp632 TreeItemMessage *msgCandidate = static_cast<TreeItemMessage*>(*it); in handleVanished() local
633 if (msgCandidate->uid() == uid) { in handleVanished()
638 } else if (msgCandidate->uid() == 0) { in handleVanished()
643 msgCandidate = static_cast<TreeItemMessage*>(*it); in handleVanished()
644 if (msgCandidate->uid() == 0) { in handleVanished()
651msgCandidate->uid() << " and " << static_cast<TreeItemMessage*>(*(it + 1))->uid() << " with " << in handleVanished()
671 int row = msgCandidate->row(); in handleVanished()
686 delete msgCandidate; in handleVanished()