Private state data for the Browser. More...
#include "private_data.h"
Data Fields | |
struct Buffer * | file |
Buffer for the result. | |
struct Mailbox * | mailbox |
Mailbox. | |
char *** | files |
Array of selected files. | |
int * | numfiles |
Number of selected files. | |
struct BrowserState | state |
State containing list of files/dir/mailboxes. | |
struct Menu * | menu |
Menu. | |
bool | kill_prefix |
Prefix is in use. | |
bool | multiple |
Allow multiple selections. | |
bool | folder |
Select folders. | |
char | goto_swapper [PATH_MAX] |
Saved path after <goto-folder> | |
struct Buffer * | old_last_dir |
Previous to last dir. | |
struct Buffer * | prefix |
Folder prefix string. | |
int | last_selected_mailbox |
Index of last selected Mailbox. | |
struct MuttWindow * | sbar |
Status Bar. | |
struct MuttWindow * | win_browser |
Browser Window. | |
bool | done |
Should we close the Dialog? | |
Private state data for the Browser.
Definition at line 33 of file private_data.h.
struct Buffer* BrowserPrivateData::file |
Buffer for the result.
Definition at line 36 of file private_data.h.
struct Mailbox* BrowserPrivateData::mailbox |
Definition at line 37 of file private_data.h.
char*** BrowserPrivateData::files |
Array of selected files.
Definition at line 38 of file private_data.h.
int* BrowserPrivateData::numfiles |
Number of selected files.
Definition at line 39 of file private_data.h.
struct BrowserState BrowserPrivateData::state |
State containing list of files/dir/mailboxes.
Definition at line 42 of file private_data.h.
struct Menu* BrowserPrivateData::menu |
Menu.
Definition at line 43 of file private_data.h.
bool BrowserPrivateData::kill_prefix |
Prefix is in use.
Definition at line 44 of file private_data.h.
bool BrowserPrivateData::multiple |
Allow multiple selections.
Definition at line 45 of file private_data.h.
bool BrowserPrivateData::folder |
Select folders.
Definition at line 46 of file private_data.h.
char BrowserPrivateData::goto_swapper[PATH_MAX] |
Saved path after <goto-folder>
Definition at line 47 of file private_data.h.
struct Buffer* BrowserPrivateData::old_last_dir |
Previous to last dir.
Definition at line 48 of file private_data.h.
struct Buffer* BrowserPrivateData::prefix |
Folder prefix string.
Definition at line 49 of file private_data.h.
int BrowserPrivateData::last_selected_mailbox |
Index of last selected Mailbox.
Definition at line 50 of file private_data.h.
struct MuttWindow* BrowserPrivateData::sbar |
Status Bar.
Definition at line 51 of file private_data.h.
struct MuttWindow* BrowserPrivateData::win_browser |
Browser Window.
Definition at line 52 of file private_data.h.
bool BrowserPrivateData::done |
Should we close the Dialog?
Definition at line 53 of file private_data.h.