diff options
author | dequis <dx@dxzone.com.ar> | 2015-05-28 00:41:37 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-05-28 02:26:30 -0300 |
commit | b38f6555bd32356ac6befe329fea1764912ede96 (patch) | |
tree | d736d0aeddda527aa490bf0496525efcf112e198 /doc | |
parent | 0864a524c9fd1184874d550216beb49f6a0bef55 (diff) |
Rename mail notification related settings for consistency
- GMail notifications stuff is now just 'mail_notifications'
- sed -i s/notify_handle/mail_notifications_handle/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user-guide/commands.xml | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 40387585..0de4dfcf 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1016,13 +1016,13 @@ <description> <para> - Some protocols (MSN, Yahoo!) can notify via IM about new e-mail. Since most people use their Hotmail/Yahoo! addresses as a spam-box, this is disabled default. If you want these notifications, you can enable this setting. + Some protocols (MSN, Yahoo!, GTalk) can notify via IM about new e-mail. Since most people use their Hotmail/Yahoo! addresses as a spam-box, this is disabled default. If you want these notifications, you can enable this setting. </para> </description> </bitlbee-setting> - <bitlbee-setting name="notify_handle" type="string" scope="account"> + <bitlbee-setting name="mail_notifications_handle" type="string" scope="account"> <default>empty</default> <description> @@ -1033,17 +1033,6 @@ </bitlbee-setting> - <bitlbee-setting name="gmail_notifications" type="boolean" scope="account"> - <default>false</default> - - <description> - <para> - Same as "mail_notifications" but GMail specific. - </para> - </description> - - </bitlbee-setting> - <bitlbee-setting name="message_length" type="integer" scope="account"> <default>140</default> |