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_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 220 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 300 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 358 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 371 of file functions.c.
Here is the call graph for this function:
|
static |
View file - Implements browser_function_t -.
Definition at line 385 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 468 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 521 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 640 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 714 of file functions.c.
Here is the call graph for this function:
|
static |
Enter a file mask - Implements browser_function_t -.
Definition at line 788 of file functions.c.
Here is the call graph for this function:
|
static |
Save changes and exit this dialog - Implements browser_function_t -.
Definition at line 853 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 896 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 922 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 1092 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 1130 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 1139 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 1174 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 1240 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 1328 of file functions.c.
Here is the call graph for this function: