Functions | |
| static int | alias_tag (struct Menu *menu, int sel, int act) |
| Tag some aliases - Implements Menu::tag() -. | |
| static int | query_tag (struct Menu *menu, int sel, int act) |
| Tag an entry in the Query Menu - Implements Menu::tag() -. | |
| static int | attach_tag (struct Menu *menu, int sel, int act) |
| Tag an attachment - Implements Menu::tag() -. | |
| static int | file_tag (struct Menu *menu, int sel, int act) |
| Tag an entry in the menu - Implements Menu::tag() -. | |
| static int | compose_attach_tag (struct Menu *menu, int sel, int act) |
| Tag an attachment - Implements Menu::tag() -. | |
| static int | post_tag (struct Menu *menu, int sel, int act) |
| Tag an email in the postpone menu - Implements Menu::tag() -. | |
Tag some menu items.
| menu | Menu to tag |
| sel | Current selection |
| act | Action: 0 untag, 1 tag, -1 toggle |
| num | Net change in number of tagged attachments |
|
static |
Tag some aliases - Implements Menu::tag() -.
Definition at line 140 of file dlg_alias.c.
|
static |
Tag an entry in the Query Menu - Implements Menu::tag() -.
Definition at line 167 of file dlg_query.c.
|
static |
Tag an attachment - Implements Menu::tag() -.
Definition at line 154 of file dlg_attach.c.
|
static |
Tag an entry in the menu - Implements Menu::tag() -.
| menu | Menu |
| sel | Selection (entry index) |
| act | Action: 0 untag, 1 tag, -1 toggle |
This function tags/untags entries in the browser.
Definition at line 678 of file dlg_browser.c.
|
static |
Tag an attachment - Implements Menu::tag() -.
Definition at line 203 of file attach.c.
|
static |
Tag an email in the postpone menu - Implements Menu::tag() -.
Definition at line 180 of file dlg_postpone.c.