MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setUnseenCount

Method setUnseenCount

src/core/imap/MCIMAPFolderStatus.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void IMAPFolderStatus::setUnseenCount(uint32_t unseen)
50{
51 mUnseenCount = unseen;
52}
53
54uint32_t IMAPFolderStatus::unseenCount()
55{

Callers 1

folderStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected