Config used by libbrowser. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "lib.h"#include "expando/lib.h"#include "sort.h"
Include dependency graph for config.c:Go to the source code of this file.
Functions | |
| struct ExpandoNode * | parse_folder_date (const char *str, struct ExpandoFormat *fmt, int did, int uid, ExpandoParserFlags flags, const char **parsed_until, struct ExpandoParseError *err) |
| Parse a Date Expando - Implements ExpandoDefinition::parse() -. | |
| bool | config_init_browser (struct ConfigSet *cs) |
| Register browser config variables - Implements module_init_config_t -. | |
Variables | |
| static const struct Mapping | BrowserSortMethods [] |
| Sort methods for the folder/dir browser. | |
| static const struct ExpandoDefinition | FolderFormatDef [] |
| Expando definitions. | |
| static const struct ExpandoDefinition | GroupIndexFormatDef [] |
| Expando definitions. | |
| static struct ConfigDef | BrowserVars [] |
| Config definitions for the browser. | |
Config used by libbrowser.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file config.c.
|
static |
Sort methods for the folder/dir browser.
Definition at line 43 of file config.c.
|
static |
Expando definitions.
Config:
Definition at line 84 of file config.c.
|
static |
|
static |
Config definitions for the browser.
Definition at line 138 of file config.c.