Config used by libsend. 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 "email/lib.h"
#include "expando/lib.h"
#include "smtp.h"
Go to the source code of this file.
Functions | |
static int | wrapheaders_validator (const struct ConfigSet *cs, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
Validate the "wrap_headers" config variable - Implements ConfigDef::validator() -. | |
static int | smtp_auth_validator (const struct ConfigSet *cs, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
Validate the "smtp_authenticators" config variable - Implements ConfigDef::validator() -. | |
static int | simple_command_validator (const struct ConfigSet *cs, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
Validate the "sendmail" config variable - Implements ConfigDef::validator() -. | |
bool | config_init_send (struct ConfigSet *cs) |
Register send config variables - Implements module_init_config_t -. | |
Variables | |
const struct ExpandoDefinition | IndexFormatDef [] |
Expando definitions. | |
static const struct ExpandoDefinition *const | IndexFormatDefNoPadding = &(IndexFormatDef[3]) |
IndexFormatDefNoPadding - Index format definitions, without padding or arrow. | |
const struct ExpandoDefinition | NntpFormatDef [] |
Expando definitions. | |
static const struct ExpandoDefinition | GreetingFormatDef [] |
Expando definitions. | |
static struct ConfigDef | SendVars [] |
Config definitions for the send library. | |
Config used by libsend.
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.
|
extern |
Expando definitions.
Config:
Definition at line 301 of file mutt_config.c.
|
static |
|
extern |
|
static |
Expando definitions.
Config: