Prototype for a Mailing-list Function. More...
Collaboration diagram for Mailing-list Function API:Functions | |
| static int | op_quit (struct ListData *ld, const struct KeyEvent *event) |
| Save changes and exit this dialog - Implements mlist_function_t -. | |
| static int | op_select_action (struct ListData *ld, const struct KeyEvent *event) |
| Execute the selected mailing-list action - Implements mlist_function_t -. | |
Prototype for a Mailing-list Function.
| ld | Mailing-list dialog state |
| event | Event to process |
| enum | FunctionRetval |
Save changes and exit this dialog - Implements mlist_function_t -.
| ld | Dialog state |
| event | Event being handled |
| enum | FunctionRetval |
Definition at line 187 of file functions.c.
Execute the selected mailing-list action - Implements mlist_function_t -.
| ld | Dialog state |
| event | Event being handled |
| enum | FunctionRetval |
For a specific list opcode (e.g. OP_LIST_UNSUBSCRIBE) the matching action is used. If there are several matches (e.g. mailto: and https: links), the first match is selected, but the action is not performed. For a generic selection the currently highlighted action is used.
Definition at line 204 of file functions.c.
Here is the call graph for this function: