fix nudge typo and add emailnotifynudge to laconica.ini
darcs-hash:20081117001644-099f7-9b086e032d0bc4d74da426c7dd363bb9a4f9aed4.gz
This commit is contained in:
parent
1b9bab7328
commit
afe3b1a268
|
@ -96,7 +96,7 @@ class EmailsettingsAction extends SettingsAction {
|
||||||
$user->emailnotifymsg);
|
$user->emailnotifymsg);
|
||||||
common_checkbox('emailnotifynudge',
|
common_checkbox('emailnotifynudge',
|
||||||
_('Send me an email when someone nudges me.'),
|
_('Send me an email when someone nudges me.'),
|
||||||
$user->emailnotifnudge);
|
$user->emailnotifynudge);
|
||||||
common_checkbox('emailpost',
|
common_checkbox('emailpost',
|
||||||
_('I want to post notices by email.'),
|
_('I want to post notices by email.'),
|
||||||
$user->emailpost);
|
$user->emailpost);
|
||||||
|
|
|
@ -278,6 +278,7 @@ email = 2
|
||||||
incomingemail = 2
|
incomingemail = 2
|
||||||
emailnotifysub = 17
|
emailnotifysub = 17
|
||||||
emailnotifyfav = 17
|
emailnotifyfav = 17
|
||||||
|
emailnotifynudge = 17
|
||||||
emailnotifymsg = 17
|
emailnotifymsg = 17
|
||||||
emailmicroid = 17
|
emailmicroid = 17
|
||||||
language = 2
|
language = 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user