pulb / mailnag

An extensible mail notification daemon
GNU General Public License v2.0
254 stars 32 forks source link

Move dbus service from the dbus plugin to mailnag core #197

Closed pulb closed 4 years ago

pulb commented 5 years ago

Plugins are meant to be optional but the dbus plugin is not - DBus is required to shutdown mailnag. The Plugin.is_mandatory property should be removed as well.

pulb commented 4 years ago

Done.