Config used by libcompose. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "expando/lib.h"#include "shared_data.h"
Include dependency graph for config.c:Go to the source code of this file.
Macros | |
| #define | ISPELL "ispell" |
Functions | |
| bool | config_init_compose (struct ConfigSet *cs) |
| Register compose config variables - Implements module_init_config_t -. | |
Variables | |
| static const struct ExpandoDefinition | ComposeFormatDef [] |
| Expando definitions. | |
| static struct ConfigDef | ComposeVars [] |
| Config definitions for compose. | |
Config used by libcompose.
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 |
Expando definitions.
Config:
Definition at line 49 of file config.c.
|
static |
Config definitions for compose.
Definition at line 65 of file config.c.