IMAP: call the folder's handler like the mailbox.
This commit is contained in:
@@ -86,6 +86,7 @@ private:
|
|||||||
IMAPFolder::IMAPFolder(IMAPProtocol& protocol, const BString& mailboxName,
|
IMAPFolder::IMAPFolder(IMAPProtocol& protocol, const BString& mailboxName,
|
||||||
const entry_ref& ref)
|
const entry_ref& ref)
|
||||||
:
|
:
|
||||||
|
BHandler(mailboxName.String()),
|
||||||
fProtocol(protocol),
|
fProtocol(protocol),
|
||||||
fRef(ref),
|
fRef(ref),
|
||||||
fMailboxName(mailboxName),
|
fMailboxName(mailboxName),
|
||||||
|
|||||||
Reference in New Issue
Block a user