Prototype for a Browser Function. More...
Functions | |
| static int | op_browser_new_file (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Select a new file in this directory - Implements browser_function_t -. | |
| static int | op_browser_subscribe (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Subscribe to current mbox (IMAP/NNTP only) - Implements browser_function_t -. | |
| static int | op_browser_tell (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Display the currently selected file's name - Implements browser_function_t -. | |
| static int | op_browser_toggle_lsub (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Toggle view all/subscribed mailboxes (IMAP only) - Implements browser_function_t -. | |
| static int | op_browser_view_file (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| View file - Implements browser_function_t -. | |
| static int | op_catchup (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Mark all articles in newsgroup as read - Implements browser_function_t -. | |
| static int | op_change_directory (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Change directories - Implements browser_function_t -. | |
| static int | op_create_mailbox (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Create a new mailbox (IMAP only) - Implements browser_function_t -. | |
| static int | op_delete_mailbox (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Delete the current mailbox (IMAP only) - Implements browser_function_t -. | |
| static int | op_browser_limit (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Limit the browser - Implements browser_function_t -. | |
| static int | op_quit (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Save changes and exit this dialog - Implements browser_function_t -. | |
| static int | op_jump (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Jump to an index number - Implements browser_function_t -. | |
| static int | op_generic_select_entry (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Select the current entry - Implements browser_function_t -. | |
| static int | op_load_active (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Load list of all newsgroups from NNTP server - Implements browser_function_t -. | |
| static int | op_mailbox_list (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| List mailboxes with new mail - Implements browser_function_t -. | |
| static int | op_rename_mailbox (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Rename the current mailbox (IMAP only) - Implements browser_function_t -. | |
| static int | op_sort (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Sort messages - Implements browser_function_t -. | |
| static int | op_subscribe_pattern (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Subscribe to newsgroups matching a pattern - Implements browser_function_t -. | |
| static int | op_toggle_mailboxes (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Toggle whether to browse mailboxes or all files - Implements browser_function_t -. | |
Prototype for a Browser Function.
| priv | Private Browser data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Select a new file in this directory - Implements browser_function_t -.
Definition at line 224 of file functions.c.
|
static |
Subscribe to current mbox (IMAP/NNTP only) - Implements browser_function_t -.
This function handles:
Supports repeat-count: 5<subscribe> operates on the current entry and the next 4. Overruns are silently capped at the end of the list.
Definition at line 304 of file functions.c.
|
static |
Display the currently selected file's name - Implements browser_function_t -.
Definition at line 363 of file functions.c.
|
static |
Toggle view all/subscribed mailboxes (IMAP only) - Implements browser_function_t -.
Definition at line 405 of file functions.c.
|
static |
View file - Implements browser_function_t -.
Definition at line 419 of file functions.c.
|
static |
Mark all articles in newsgroup as read - Implements browser_function_t -.
This function handles:
Supports repeat-count: 5<catchup> operates on the current entry and the next 4. Overruns are silently capped at the end of the list.
Definition at line 502 of file functions.c.
|
static |
Change directories - Implements browser_function_t -.
This function handles:
Definition at line 557 of file functions.c.
|
static |
Create a new mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 685 of file functions.c.
|
static |
Delete the current mailbox (IMAP only) - Implements browser_function_t -.
Supports repeat-count: 5<delete-mailbox> deletes the current entry and the next 4. Overruns are silently capped at the end of the list.
Definition at line 759 of file functions.c.
|
static |
Limit the browser - Implements browser_function_t -.
Definition at line 833 of file functions.c.
|
static |
Save changes and exit this dialog - Implements browser_function_t -.
Definition at line 898 of file functions.c.
|
static |
Jump to an index number - Implements browser_function_t -.
Definition at line 941 of file functions.c.
|
static |
Select the current entry - Implements browser_function_t -.
This function handles:
Definition at line 967 of file functions.c.
|
static |
Load list of all newsgroups from NNTP server - Implements browser_function_t -.
Definition at line 1137 of file functions.c.
|
static |
List mailboxes with new mail - Implements browser_function_t -.
Definition at line 1175 of file functions.c.
|
static |
Rename the current mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 1184 of file functions.c.
|
static |
Sort messages - Implements browser_function_t -.
This function handles:
Definition at line 1219 of file functions.c.
|
static |
Subscribe to newsgroups matching a pattern - Implements browser_function_t -.
This function handles:
Definition at line 1289 of file functions.c.
|
static |
Toggle whether to browse mailboxes or all files - Implements browser_function_t -.
This function handles:
Definition at line 1377 of file functions.c.