Prototype for a Browser Function. More...
Functions | |
static int | op_browser_new_file (struct BrowserPrivateData *priv, int op) |
Select a new file in this directory - Implements browser_function_t -. | |
static int | op_browser_subscribe (struct BrowserPrivateData *priv, int op) |
Subscribe to current mbox (IMAP/NNTP only) - Implements browser_function_t -. | |
static int | op_browser_tell (struct BrowserPrivateData *priv, int op) |
Display the currently selected file's name - Implements browser_function_t -. | |
static int | op_browser_toggle_lsub (struct BrowserPrivateData *priv, int op) |
Toggle view all/subscribed mailboxes (IMAP only) - Implements browser_function_t -. | |
static int | op_browser_view_file (struct BrowserPrivateData *priv, int op) |
View file - Implements browser_function_t -. | |
static int | op_catchup (struct BrowserPrivateData *priv, int op) |
Mark all articles in newsgroup as read - Implements browser_function_t -. | |
static int | op_change_directory (struct BrowserPrivateData *priv, int op) |
Change directories - Implements browser_function_t -. | |
static int | op_create_mailbox (struct BrowserPrivateData *priv, int op) |
Create a new mailbox (IMAP only) - Implements browser_function_t -. | |
static int | op_delete_mailbox (struct BrowserPrivateData *priv, int op) |
Delete the current mailbox (IMAP only) - Implements browser_function_t -. | |
static int | op_enter_mask (struct BrowserPrivateData *priv, int op) |
Enter a file mask - Implements browser_function_t -. | |
static int | op_exit (struct BrowserPrivateData *priv, int op) |
Exit this menu - Implements browser_function_t -. | |
static int | op_generic_select_entry (struct BrowserPrivateData *priv, int op) |
Select the current entry - Implements browser_function_t -. | |
static int | op_load_active (struct BrowserPrivateData *priv, int op) |
Load list of all newsgroups from NNTP server - Implements browser_function_t -. | |
static int | op_mailbox_list (struct BrowserPrivateData *priv, int op) |
List mailboxes with new mail - Implements browser_function_t -. | |
static int | op_rename_mailbox (struct BrowserPrivateData *priv, int op) |
Rename the current mailbox (IMAP only) - Implements browser_function_t -. | |
static int | op_sort (struct BrowserPrivateData *priv, int op) |
Sort messages - Implements browser_function_t -. | |
static int | op_subscribe_pattern (struct BrowserPrivateData *priv, int op) |
Subscribe to newsgroups matching a pattern - Implements browser_function_t -. | |
static int | op_toggle_mailboxes (struct BrowserPrivateData *priv, int op) |
Toggle whether to browse mailboxes or all files - Implements browser_function_t -. | |
Prototype for a Browser Function.
priv | Private Browser data |
op | Operation to perform, e.g. OP_MAIN_LIMIT |
enum | FunctionRetval |
|
static |
Select a new file in this directory - Implements browser_function_t -.
Definition at line 151 of file functions.c.
|
static |
Subscribe to current mbox (IMAP/NNTP only) - Implements browser_function_t -.
This function handles:
Definition at line 178 of file functions.c.
|
static |
Display the currently selected file's name - Implements browser_function_t -.
Definition at line 231 of file functions.c.
|
static |
Toggle view all/subscribed mailboxes (IMAP only) - Implements browser_function_t -.
Definition at line 244 of file functions.c.
|
static |
View file - Implements browser_function_t -.
Definition at line 255 of file functions.c.
|
static |
Mark all articles in newsgroup as read - Implements browser_function_t -.
Definition at line 300 of file functions.c.
|
static |
Change directories - Implements browser_function_t -.
This function handles:
Definition at line 340 of file functions.c.
|
static |
Create a new mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 448 of file functions.c.
|
static |
Delete the current mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 475 of file functions.c.
|
static |
Enter a file mask - Implements browser_function_t -.
Definition at line 523 of file functions.c.
|
static |
Exit this menu - Implements browser_function_t -.
Definition at line 587 of file functions.c.
|
static |
Select the current entry - Implements browser_function_t -.
This function handles:
Definition at line 633 of file functions.c.
|
static |
Load list of all newsgroups from NNTP server - Implements browser_function_t -.
Definition at line 790 of file functions.c.
|
static |
List mailboxes with new mail - Implements browser_function_t -.
Definition at line 827 of file functions.c.
|
static |
Rename the current mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 836 of file functions.c.
|
static |
Sort messages - Implements browser_function_t -.
This function handles:
Definition at line 867 of file functions.c.
|
static |
Subscribe to newsgroups matching a pattern - Implements browser_function_t -.
This function handles:
Definition at line 932 of file functions.c.
|
static |
Toggle whether to browse mailboxes or all files - Implements browser_function_t -.
This function handles:
Definition at line 1017 of file functions.c.