History log of /haiku/src/servers/mail/DefaultNotifier.h
Revision Date Author Comments
# 9b326aa2 18-Jun-2018 Augustin Cavalier <waddlesplash@gmail.com>

mail: Store mode flags by-value, not by-reference.

They are passed into the constructor by-value, and Clang warns that
we are taking the reference of a temporary.


# 0b90f99b 14-Jan-2015 Adrien Destugues <pulkomandy@gmail.com>

Mail server: fix disabling notifications

* The default notifier didn't always take the setting into account.
* The mail server was not using the setting from the settings file and
instead waiting for a message that wasn't sent anywhere.

Fixes #10852.


# 0f11280e 26-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Minor MailNotifier cleanup.

* Renamed to BMailNotifier, as it's part of the public API.
* Renamed Notifier.{cpp|h} to DefaultNotifier.{cpp|h} as that's the class it
implements.
* Made the mail counts uint32, and the byte counts uint64.


# 0b90f99bc3ba04f924e1706d9759a0ebcb93dd88 14-Jan-2015 Adrien Destugues <pulkomandy@gmail.com>

Mail server: fix disabling notifications

* The default notifier didn't always take the setting into account.
* The mail server was not using the setting from the settings file and
instead waiting for a message that wasn't sent anywhere.

Fixes #10852.


# 0f11280e6d43c1d497b20d76759ae8b653876654 26-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Minor MailNotifier cleanup.

* Renamed to BMailNotifier, as it's part of the public API.
* Renamed Notifier.{cpp|h} to DefaultNotifier.{cpp|h} as that's the class it
implements.
* Made the mail counts uint32, and the byte counts uint64.