34#ifndef MUTT_QUESTION_LIB_H
35#define MUTT_QUESTION_LIB_H
Convenience wrapper for the config headers.
int mw_multi_choice(const char *prompt, const char *letters)
Offer the user a multiple choice question -.
QuadOption
Possible values for a quad-option.
enum QuadOption query_yesorno_ignore_macro(const char *prompt, enum QuadOption def)
Ask the user a Yes/No question ignoring the macro buffer.
enum QuadOption query_yesorno_help(const char *prompt, enum QuadOption def, struct ConfigSubset *sub, const char *name)
Ask the user a Yes/No question offering help.
enum QuadOption query_quadoption(const char *prompt, struct ConfigSubset *sub, const char *name)
Ask the user a quad-question.
enum QuadOption query_yesorno(const char *prompt, enum QuadOption def)
Ask the user a Yes/No question.
A set of inherited config items.