Config used by libmaildir. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <string.h>#include "mutt/lib.h"#include "config/lib.h"
Include dependency graph for config.c:Go to the source code of this file.
Functions | |
| static int | maildir_field_delimiter_validator (const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Validate the "maildir_field_delimiter" config variable - Implements ConfigDef::validator() -. | |
| bool | config_init_maildir (struct ConfigSet *cs) |
| Register maildir config variables - Implements module_init_config_t -. | |
Variables | |
| static struct ConfigDef | MaildirVars [] |
| Config definitions for the Maildir library. | |
| static struct ConfigDef | MaildirVarsHcache [] |
| Config definitions for the Maildir header cache. | |
Config used by libmaildir.
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 |
Config definitions for the Maildir library.
Definition at line 68 of file config.c.
|
static |