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