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_enter_mask (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Enter a file mask - Implements browser_function_t -. | |
| static int | op_exit (struct BrowserPrivateData *priv, const struct KeyEvent *event) |
| Exit this menu - 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 222 of file functions.c.
Here is the call graph for this function:
|
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 302 of file functions.c.
Here is the call graph for this function:
|
static |
Display the currently selected file's name - Implements browser_function_t -.
Definition at line 360 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle view all/subscribed mailboxes (IMAP only) - Implements browser_function_t -.
Definition at line 373 of file functions.c.
Here is the call graph for this function:
|
static |
View file - Implements browser_function_t -.
Definition at line 387 of file functions.c.
Here is the call graph for this function:
|
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 470 of file functions.c.
Here is the call graph for this function:
|
static |
Change directories - Implements browser_function_t -.
This function handles:
Definition at line 523 of file functions.c.
Here is the call graph for this function:
|
static |
Create a new mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 642 of file functions.c.
Here is the call graph for this function:
|
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 716 of file functions.c.
Here is the call graph for this function:
|
static |
Enter a file mask - Implements browser_function_t -.
Definition at line 790 of file functions.c.
Here is the call graph for this function:
|
static |
Exit this menu - Implements browser_function_t -.
Definition at line 855 of file functions.c.
Here is the call graph for this function:
|
static |
Jump to an index number - Implements browser_function_t -.
Definition at line 898 of file functions.c.
Here is the call graph for this function:
|
static |
Select the current entry - Implements browser_function_t -.
This function handles:
Definition at line 924 of file functions.c.
Here is the call graph for this function:
|
static |
Load list of all newsgroups from NNTP server - Implements browser_function_t -.
Definition at line 1094 of file functions.c.
Here is the call graph for this function:
|
static |
List mailboxes with new mail - Implements browser_function_t -.
Definition at line 1132 of file functions.c.
Here is the call graph for this function:
|
static |
Rename the current mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 1141 of file functions.c.
Here is the call graph for this function:
|
static |
Sort messages - Implements browser_function_t -.
This function handles:
Definition at line 1176 of file functions.c.
Here is the call graph for this function:
|
static |
Subscribe to newsgroups matching a pattern - Implements browser_function_t -.
This function handles:
Definition at line 1242 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle whether to browse mailboxes or all files - Implements browser_function_t -.
This function handles:
Definition at line 1330 of file functions.c.
Here is the call graph for this function: