Changeset dd43c62 for doc/user-guide


Ignore:
Timestamp:
2015-05-28T05:26:24Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
faeb521
Parents:
3d31618
git-author:
Artem Savkov <artem.savkov@…> (28-03-15 01:23:42)
git-committer:
dequis <dx@…> (28-05-15 05:26:24)
Message:

Gmail notifications support through new imcb_notify_email() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r3d31618 rdd43c62  
    10231023        </bitlbee-setting>
    10241024
     1025        <bitlbee-setting name="notify_handle" type="string" scope="account">
     1026                <default>empty</default>
     1027
     1028                <description>
     1029                        <para>
     1030                                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.
     1031                        </para>
     1032                </description>
     1033
     1034        </bitlbee-setting>
     1035
     1036        <bitlbee-setting name="gmail_notifications" type="boolean" scope="account">
     1037                <default>false</default>
     1038
     1039                <description>
     1040                        <para>
     1041                                Same as "mail_notifications" but GMail specific.
     1042                        </para>
     1043                </description>
     1044
     1045        </bitlbee-setting>
     1046
    10251047        <bitlbee-setting name="message_length" type="integer" scope="account">
    10261048                <default>140</default>
Note: See TracChangeset for help on using the changeset viewer.