You are here

constant PM_EMAIL_NOTIFY_LEVEL_DEFAULT in Privatemsg 6.2

Same name and namespace in other branches
  1. 7.2 pm_email_notify/pm_email_notify.module \PM_EMAIL_NOTIFY_LEVEL_DEFAULT

Enable e-mail notifications and use the global default.

A negative value will be ignored by the settings API.

3 uses of PM_EMAIL_NOTIFY_LEVEL_DEFAULT
pm_email_notify_update_6201 in pm_email_notify/pm_email_notify.install
Convert the old table to privatemsg settings API.
pm_email_notify_user in pm_email_notify/pm_email_notify.module
Implements hook_user().
PrivatemsgEMailNotifyTestCase::testAlwaysConfiguration in pm_email_notify/pm_email_notify.test
Test Always configuration.

File

pm_email_notify/pm_email_notify.module, line 33
Notifies users about new Private Messages via Email.

Code

define('PM_EMAIL_NOTIFY_LEVEL_DEFAULT', -1);