| 265 | | === user_preferences_server_settings === |
| 266 | | |
| 267 | | Allows a plugin to modify the user preferences server settings table |
| 268 | | |
| 269 | | ''Arguments:'' |
| 270 | | * table (reference to an html_table object) |
| | 265 | === user_preferences === |
| | 266 | |
| | 267 | Allows a plugin to modify the user preferences table.[[BR]] |
| | 268 | This hook is triggered for each block of the user prefs pane. The block is denoted in the ''section'' parameter. Possible values are {{{general, mailbox, mailview, compose, folders, server}}} |
| | 269 | |
| | 270 | ''Arguments:'' |
| | 271 | * section: ''which block of the prefs pane'' |
| | 272 | * table: ''reference to an html_table object'' |