Prototype for a Alias Function. More...
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_quit (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| Save changes and exit this dialog - Implements alias_function_t -. | |
| static int | op_jump (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| Jump to an index number - 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_mail (struct AliasFunctionData *fdata, const struct KeyEvent *event) |
| mail the selected entries - 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 148 of file functions.c.
|
static |
delete the current entry - Implements alias_function_t -
This function handles:
Supports repeat-count: 5<delete-entry> deletes the current entry and the next 4. Overruns are silently capped at the end of the visible list.
Definition at line 270 of file functions.c.
|
static |
Save changes and exit this dialog - Implements alias_function_t -.
Definition at line 308 of file functions.c.
|
static |
Jump to an index number - Implements alias_function_t -.
Definition at line 316 of file functions.c.
|
static |
select the current entry - Implements alias_function_t -
Definition at line 388 of file functions.c.
|
static |
mail the selected entries - Implements alias_function_t -
Definition at line 399 of file functions.c.
|
static |
show only messages matching a pattern - Implements alias_function_t -
Definition at line 407 of file functions.c.
|
static |
Tag messages matching a pattern - Implements alias_function_t -.
Definition at line 427 of file functions.c.
|
static |
Untag messages matching a pattern - Implements alias_function_t -.
Definition at line 444 of file functions.c.
|
static |
query external program for addresses - Implements alias_function_t -
This function handles:
Definition at line 465 of file functions.c.
|
static |
search for a regular expression - Implements alias_function_t -
This function handles:
Definition at line 519 of file functions.c.
|
static |
sort aliases - Implements alias_function_t -
This function handles:
Definition at line 559 of file functions.c.