NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
config.c File Reference

Config used by libimap. More...

#include "config.h"
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "auth.h"
+ Include dependency graph for config.c:

Go to the source code of this file.

Functions

static int imap_auth_validator (const struct ConfigSet *cs, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err)
 Validate the "imap_authenticators" config variable - Implements ConfigDef::validator() -.
 
bool config_init_imap (struct ConfigSet *cs)
 Register imap config variables - Implements module_init_config_t -.
 

Variables

static struct ConfigDef ImapVars []
 Config definitions for the IMAP library.
 
static struct ConfigDef ImapVarsZlib []
 Config definitions for IMAP compression.
 

Detailed Description

Config used by libimap.

Authors
  • Yousef Akbar
  • Richard Russon
  • наб

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.

Variable Documentation

◆ ImapVars

struct ConfigDef ImapVars[]
static

Config definitions for the IMAP library.

Definition at line 71 of file config.c.

◆ ImapVarsZlib

struct ConfigDef ImapVarsZlib[]
static
Initial value:
= {
{ "imap_deflate", DT_BOOL, true, 0, NULL,
"(imap) Compress network traffic"
},
{ NULL },
}
@ DT_BOOL
boolean option
Definition: types.h:32

Config definitions for IMAP compression.

Definition at line 147 of file config.c.