Format a item for a menu. More...
Functions | |
static void | alias_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the alias list - Implements Menu::make_entry() -. | |
static void | query_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the query list - Implements Menu::make_entry() -. | |
static void | attach_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the attachment list - Implements Menu::make_entry() -. | |
static void | autocrypt_make_entry (struct Menu *menu, char *buf, size_t buflen, int num) |
Create a line for the Autocrypt account menu - Implements Menu::make_entry() -. | |
static void | folder_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the folder browser - Implements Menu::make_entry() -. | |
static void | compose_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the attachment list - Implements Menu::make_entry() -. | |
static void | cert_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Create a string to display in a Menu - Implements Menu::make_entry() -. | |
static void | history_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the history list - Implements Menu::make_entry() -. | |
void | index_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the index list - Implements Menu::make_entry() -. | |
static void | mix_make_entry (struct Menu *menu, char *buf, size_t buflen, int num) |
Format a menu item for the mixmaster chain list - Implements Menu::make_entry() -. | |
static void | crypt_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the key selection list - Implements Menu::make_entry() -. | |
static void | pgp_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the pgp key list - Implements Menu::make_entry() -. | |
static void | smime_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the smime key list - Implements Menu::make_entry() -. | |
static void | make_pattern_entry (struct Menu *menu, char *buf, size_t buflen, int num) |
Create a line for the Pattern Completion menu - Implements Menu::make_entry() -. | |
static void | post_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
Format a menu item for the email list - Implements Menu::make_entry() -. | |
Format a item for a menu.
[in] | menu | Menu containing items |
[out] | buf | Buffer in which to save string |
[in] | buflen | Buffer length |
[in] | line | Menu line number |
|
static |
Format a menu item for the alias list - Implements Menu::make_entry() -.
Definition at line 170 of file dlg_alias.c.
|
static |
Format a menu item for the query list - Implements Menu::make_entry() -.
Definition at line 224 of file dlg_query.c.
|
static |
Format a menu item for the attachment list - Implements Menu::make_entry() -.
Definition at line 403 of file dlg_attach.c.
|
static |
Create a line for the Autocrypt account menu - Implements Menu::make_entry() -.
Definition at line 182 of file dlg_autocrypt.c.
|
static |
Format a menu item for the folder browser - Implements Menu::make_entry() -.
Definition at line 909 of file dlg_browser.c.
|
static |
Format a menu item for the attachment list - Implements Menu::make_entry() -.
Definition at line 218 of file attach.c.
|
static |
Create a string to display in a Menu - Implements Menu::make_entry() -.
Definition at line 132 of file dlg_verifycert.c.
|
static |
Format a menu item for the history list - Implements Menu::make_entry() -.
Definition at line 111 of file dlg_history.c.
void index_make_entry | ( | struct Menu * | menu, |
char * | buf, | ||
size_t | buflen, | ||
int | line | ||
) |
Format a menu item for the index list - Implements Menu::make_entry() -.
Definition at line 797 of file dlg_index.c.
|
static |
Format a menu item for the mixmaster chain list - Implements Menu::make_entry() -.
Definition at line 194 of file win_hosts.c.
|
static |
Format a menu item for the key selection list - Implements Menu::make_entry() -.
Definition at line 542 of file dlg_gpgme.c.
|
static |
Format a menu item for the pgp key list - Implements Menu::make_entry() -.
Definition at line 452 of file dlg_pgp.c.
|
static |
Format a menu item for the smime key list - Implements Menu::make_entry() -.
Definition at line 110 of file dlg_smime.c.
|
static |
Create a line for the Pattern Completion menu - Implements Menu::make_entry() -.
Definition at line 138 of file dlg_pattern.c.
|
static |
Format a menu item for the email list - Implements Menu::make_entry() -.
Definition at line 102 of file dlg_postpone.c.