Prototype for a Alias Function. More...
Collaboration diagram for Alias Function API:Functions | |
| static int | op_create_alias (struct AliasMenuData *mdata, int op) |
| create an alias from a message sender - Implements alias_function_t - | |
| static int | op_delete (struct AliasMenuData *mdata, int op) |
| delete the current entry - Implements alias_function_t - | |
| static int | op_exit (struct AliasMenuData *mdata, int op) |
| exit this menu - Implements alias_function_t - | |
| static int | op_generic_select_entry (struct AliasMenuData *mdata, int op) |
| select the current entry - Implements alias_function_t - | |
| static int | op_main_limit (struct AliasMenuData *mdata, int op) |
| show only messages matching a pattern - Implements alias_function_t - | |
| static int | op_main_tag_pattern (struct AliasMenuData *mdata, int op) |
| Tag messages matching a pattern - Implements alias_function_t -. | |
| static int | op_main_untag_pattern (struct AliasMenuData *mdata, int op) |
| Untag messages matching a pattern - Implements alias_function_t -. | |
| static int | op_query (struct AliasMenuData *mdata, int op) |
| query external program for addresses - Implements alias_function_t - | |
| static int | op_search (struct AliasMenuData *mdata, int op) |
| search for a regular expression - Implements alias_function_t - | |
| static int | op_sort (struct AliasMenuData *mdata, int op) |
| sort aliases - Implements alias_function_t - | |
Prototype for a Alias Function.
| wdata | Alias Window data |
| op | Operation to perform, e.g. OP_CREATE_ALIAS |
| enum | FunctionRetval |
|
static |
create an alias from a message sender - Implements alias_function_t -
Definition at line 129 of file functions.c.
Here is the call graph for this function:
|
static |
delete the current entry - Implements alias_function_t -
Definition at line 169 of file functions.c.
Here is the call graph for this function:
|
static |
exit this menu - Implements alias_function_t -
Definition at line 201 of file functions.c.
Here is the caller graph for this function:
|
static |
select the current entry - Implements alias_function_t -
This function handles:
Definition at line 215 of file functions.c.
Here is the call graph for this function:
|
static |
show only messages matching a pattern - Implements alias_function_t -
Definition at line 245 of file functions.c.
Here is the call graph for this function:
|
static |
Tag messages matching a pattern - Implements alias_function_t -.
Definition at line 264 of file functions.c.
Here is the call graph for this function:
|
static |
Untag messages matching a pattern - Implements alias_function_t -.
Definition at line 280 of file functions.c.
Here is the call graph for this function:
|
static |
query external program for addresses - Implements alias_function_t -
This function handles:
Definition at line 300 of file functions.c.
Here is the call graph for this function:
|
static |
search for a regular expression - Implements alias_function_t -
This function handles:
Definition at line 353 of file functions.c.
Here is the call graph for this function:
|
static |
sort aliases - Implements alias_function_t -
This function handles:
Definition at line 390 of file functions.c.
Here is the call graph for this function: