Format a item for a menu. More...
Functions | |
static int | alias_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Alias for the Menu - Implements Menu::make_entry() -. | |
static int | query_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Alias for the Menu - Implements Menu::make_entry() -. | |
static int | attach_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Attachment for the Menu - Implements Menu::make_entry() -. | |
static int | autocrypt_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Autocrypt Account for the Menu - Implements Menu::make_entry() -. | |
static int | folder_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format a Folder for the Menu - Implements Menu::make_entry() -. | |
static int | compose_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Attachment for the Menu - Implements Menu::make_entry() -. | |
static int | cert_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Create a Certificate for the Menu - Implements Menu::make_entry() -. | |
static int | history_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format a History Item for the Menu - Implements Menu::make_entry() -. | |
int | index_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Email for the Menu - Implements Menu::make_entry() -. | |
static int | crypt_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format a PGP Key for the Menu - Implements Menu::make_entry() -. | |
static int | pgp_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format a PGP Key for the Menu - Implements Menu::make_entry() -. | |
static int | smime_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an S/MIME Key for the Menu - Implements Menu::make_entry() -. | |
static int | pattern_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Create a Pattern for the Menu - Implements Menu::make_entry() -. | |
static int | post_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Email for the Menu - Implements Menu::make_entry() -. | |
Format a item for a menu.
[in] | menu | Menu containing items |
[in] | line | Menu line number |
[in] | max_cols | Maximum number of screen columns to use |
[out] | buf | Buffer for the result |
num | Number of screen columns used |
|
static |
Format an Alias for the Menu - Implements Menu::make_entry() -.
Definition at line 221 of file dlg_alias.c.
|
static |
Format an Alias for the Menu - Implements Menu::make_entry() -.
Definition at line 231 of file dlg_query.c.
|
static |
Format an Attachment for the Menu - Implements Menu::make_entry() -.
Definition at line 465 of file dlg_attach.c.
|
static |
Format an Autocrypt Account for the Menu - Implements Menu::make_entry() -.
Definition at line 197 of file dlg_autocrypt.c.
|
static |
Format a Folder for the Menu - Implements Menu::make_entry() -.
Definition at line 954 of file dlg_browser.c.
|
static |
Format an Attachment for the Menu - Implements Menu::make_entry() -.
Definition at line 217 of file attach.c.
|
static |
Create a Certificate for the Menu - Implements Menu::make_entry() -.
Definition at line 133 of file dlg_verifycert.c.
|
static |
Format a History Item for the Menu - Implements Menu::make_entry() -.
Definition at line 111 of file dlg_history.c.
Format an Email for the Menu - Implements Menu::make_entry() -.
Definition at line 797 of file dlg_index.c.
|
static |
Format a PGP Key for the Menu - Implements Menu::make_entry() -.
Definition at line 533 of file dlg_gpgme.c.
|
static |
Format a PGP Key for the Menu - Implements Menu::make_entry() -.
Definition at line 527 of file dlg_pgp.c.
|
static |
Format an S/MIME Key for the Menu - Implements Menu::make_entry() -.
Definition at line 110 of file dlg_smime.c.
|
static |
Create a Pattern for the Menu - Implements Menu::make_entry() -.
Definition at line 136 of file dlg_pattern.c.
|
static |
Format an Email for the Menu - Implements Menu::make_entry() -.
Definition at line 103 of file dlg_postpone.c.