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_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 167 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:
Definition at line 194 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 249 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 262 of file functions.c.
Here is the call graph for this function:
|
static |
View file - Implements browser_function_t -.
Definition at line 273 of file functions.c.
Here is the call graph for this function:
|
static |
Mark all articles in newsgroup as read - Implements browser_function_t -.
Definition at line 318 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 358 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 467 of file functions.c.
Here is the call graph for this function:
|
static |
Delete the current mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 494 of file functions.c.
Here is the call graph for this function:
|
static |
Enter a file mask - Implements browser_function_t -.
Definition at line 542 of file functions.c.
Here is the call graph for this function:
|
static |
Exit this menu - Implements browser_function_t -.
Definition at line 606 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 652 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 814 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 851 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 860 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 891 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 957 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 1043 of file functions.c.
Here is the call graph for this function: