Prototype for a Alias Function. More...
Collaboration diagram for Alias Function API:Functions | |
| static int | op_create_alias (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| create an alias from a message sender - Implements alias_function_t - | |
| static int | op_delete (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| delete the current entry - Implements alias_function_t - | |
| static int | op_exit (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| exit this menu - Implements alias_function_t - | |
| static int | op_generic_select_entry (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| select the current entry - Implements alias_function_t - | |
| static int | op_main_limit (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| show only messages matching a pattern - Implements alias_function_t - | |
| static int | op_main_tag_pattern (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| Tag messages matching a pattern - Implements alias_function_t -. | |
| static int | op_main_untag_pattern (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| Untag messages matching a pattern - Implements alias_function_t -. | |
| static int | op_query (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| query external program for addresses - Implements alias_function_t - | |
| static int | op_search (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| search for a regular expression - Implements alias_function_t - | |
| static int | op_sort (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| sort aliases - Implements alias_function_t - | |
Prototype for a Alias Function.
| fdata | Alias Function context data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
create an alias from a message sender - Implements alias_function_t -
Definition at line 152 of file functions.c.
Here is the call graph for this function:
|
static |
delete the current entry - Implements alias_function_t -
Definition at line 197 of file functions.c.
Here is the call graph for this function:
|
static |
exit this menu - Implements alias_function_t -
Definition at line 235 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 249 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 280 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 300 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 317 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 338 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 392 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 430 of file functions.c.
Here is the call graph for this function: