Cache of config variables. More...
Go to the source code of this file.
Functions | |
const struct Slist * | cc_assumed_charset (void) |
Get the cached value of $assumed_charset. | |
const char * | cc_charset (void) |
Get the cached value of $charset. | |
const char * | cc_maildir_field_delimiter (void) |
Get the cached value of $maildir_field_delimiter. | |
void | config_cache_cleanup (void) |
Cleanup the cache of charset config variables. | |
Cache of config variables.
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_cache.h.
const struct Slist * cc_assumed_charset | ( | void | ) |
Get the cached value of $assumed_charset.
ptr | Value of $assumed_charset |
Definition at line 101 of file config_cache.c.
const char * cc_charset | ( | void | ) |
Get the cached value of $charset.
ptr | Value of $charset |
Definition at line 116 of file config_cache.c.
const char * cc_maildir_field_delimiter | ( | void | ) |
Get the cached value of $maildir_field_delimiter.
ptr | Value of $maildir_field_delimiter |
Definition at line 131 of file config_cache.c.
void config_cache_cleanup | ( | void | ) |
Cleanup the cache of charset config variables.
Definition at line 145 of file config_cache.c.