source: trunk/prototype/config/label.ini @ 5533

Revision 5533, 364 bytes checked in by douglasz, 12 years ago (diff)

Ticket #1875 - Commit inicial do codigo das funcionalidades de marcadores e sinalizadores

Line 
1service = PostgreSQL
2PostgreSQL.concept = expressomail_label
3
4[before.find]
5addVerifyOwnerFilter = modules/mail/interceptors/LabelSecure.php
6
7[before.delete]
8clearAllLabeledsOfLabel = modules/mail/interceptors/Helpers.php
9
10[PostgreSQL.mapping]
11id = id
12uid = user_id
13name = name
14borderColor = border_color
15backgroundColor = background_color
16fontColor = font_color
17
Note: See TracBrowser for help on using the repository browser.