Prototype for a Alias Function. More...
Collaboration diagram for Alias Function API:Functions | |
| static int | op_create_alias (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| create an alias from a message sender - Implements alias_function_t - | |
| static int | op_delete (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| delete the current entry - Implements alias_function_t - | |
| static int | op_exit (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| exit this menu - Implements alias_function_t - | |
| static int | op_generic_select_entry (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| select the current entry - Implements alias_function_t - | |
| static int | op_main_limit (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| show only messages matching a pattern - Implements alias_function_t - | |
| static int | op_main_tag_pattern (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| Tag messages matching a pattern - Implements alias_function_t -. | |
| static int | op_main_untag_pattern (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| Untag messages matching a pattern - Implements alias_function_t -. | |
| static int | op_query (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| query external program for addresses - Implements alias_function_t - | |
| static int | op_search (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| search for a regular expression - Implements alias_function_t - | |
| static int | op_sort (struct AliasMenuData *mdata, const struct KeyEvent *event) |
| sort aliases - Implements alias_function_t - | |
Prototype for a Alias Function.
| wdata | Alias Window data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
create an alias from a message sender - Implements alias_function_t -
Definition at line 153 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 234 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 248 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 278 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 297 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 313 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 333 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 386 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 423 of file functions.c.
Here is the call graph for this function: