NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
config_cache.h
Go to the documentation of this file.
1
23
24
#ifndef MUTT_CORE_CONFIG_CACHE_H
25
#define MUTT_CORE_CONFIG_CACHE_H
26
27
const
struct
Slist
*
cc_assumed_charset
(
void
);
28
const
char
*
cc_charset
(
void
);
29
const
char
*
cc_maildir_field_delimiter
(
void
);
30
31
void
config_cache_cleanup
(
void
);
32
33
#endif
/* MUTT_CORE_CONFIG_CACHE_H */
cc_charset
const char * cc_charset(void)
Get the cached value of $charset.
Definition
config_cache.c:116
cc_maildir_field_delimiter
const char * cc_maildir_field_delimiter(void)
Get the cached value of $maildir_field_delimiter.
Definition
config_cache.c:131
config_cache_cleanup
void config_cache_cleanup(void)
Cleanup the cache of charset config variables.
Definition
config_cache.c:145
cc_assumed_charset
const struct Slist * cc_assumed_charset(void)
Get the cached value of $assumed_charset.
Definition
config_cache.c:101
Slist
String list.
Definition
slist.h:37