Searched refs:MailNotifier (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/mail/
H A DMailProtocol.cpp82 BMailProtocol::MailNotifier() const function in class:BMailProtocol
138 if (MailNotifier() != NULL)
139 MailNotifier()->ShowError(error);
146 if (MailNotifier() != NULL)
147 MailNotifier()->ShowMessage(message);
154 if (MailNotifier() != NULL)
155 MailNotifier()->SetTotalItems(items);
162 if (MailNotifier() != NULL)
163 MailNotifier()->SetTotalItemsSize(size);
171 if (MailNotifier() !
[all...]
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h62 BMailNotifier* MailNotifier() const;

Completed in 42 milliseconds