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 154 of file functions.c.
|
static |
Subscribe to current mbox (IMAP/NNTP only) - Implements browser_function_t -.
This function handles:
Definition at line 181 of file functions.c.
|
static |
Display the currently selected file's name - Implements browser_function_t -.
Definition at line 234 of file functions.c.
|
static |
Toggle view all/subscribed mailboxes (IMAP only) - Implements browser_function_t -.
Definition at line 247 of file functions.c.
|
static |
View file - Implements browser_function_t -.
Definition at line 258 of file functions.c.
|
static |
Mark all articles in newsgroup as read - Implements browser_function_t -.
Definition at line 303 of file functions.c.
|
static |
Change directories - Implements browser_function_t -.
This function handles:
Definition at line 343 of file functions.c.
|
static |
Create a new mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 453 of file functions.c.
|
static |
Delete the current mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 482 of file functions.c.
|
static |
Enter a file mask - Implements browser_function_t -.
Definition at line 530 of file functions.c.
|
static |
Exit this menu - Implements browser_function_t -.
Definition at line 596 of file functions.c.
|
static |
Select the current entry - Implements browser_function_t -.
This function handles:
Definition at line 642 of file functions.c.
|
static |
Load list of all newsgroups from NNTP server - Implements browser_function_t -.
Definition at line 801 of file functions.c.
|
static |
List mailboxes with new mail - Implements browser_function_t -.
Definition at line 838 of file functions.c.
|
static |
Rename the current mailbox (IMAP only) - Implements browser_function_t -.
Definition at line 847 of file functions.c.
|
static |
Sort messages - Implements browser_function_t -.
This function handles:
Definition at line 880 of file functions.c.
|
static |
Subscribe to newsgroups matching a pattern - Implements browser_function_t -.
This function handles:
Definition at line 945 of file functions.c.
|
static |
Toggle whether to browse mailboxes or all files - Implements browser_function_t -.
This function handles:
Definition at line 1030 of file functions.c.