aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArtem Savkov <artem.savkov@gmail.com>2015-03-27 22:23:42 -0300
committerdequis <dx@dxzone.com.ar>2015-05-28 02:26:24 -0300
commitdd43c6256c143e9e6a479e024cb5b7631027efba (patch)
tree67d0821bec7564b36de9e33c56630243fd56d069 /doc
parent3d31618b5f50552b71d8c6f1b3fa733a212ee89c (diff)
Gmail notifications support through new imcb_notify_email() API
Diffstat (limited to 'doc')
-rw-r--r--doc/user-guide/commands.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 4d6e7659..40387585 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -1022,6 +1022,28 @@
</bitlbee-setting>
+ <bitlbee-setting name="notify_handle" type="string" scope="account">
+ <default>empty</default>
+
+ <description>
+ <para>
+ This setting is available for protocols with e-mail notification functionality. If set to empty all e-mail notifications will go to control channel, if set to some string - this will be the name of a contact who will PRIVMSG you on every new notification.
+ </para>
+ </description>
+
+ </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>