Definition of the Hcache Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "config/lib.h"#include "core/lib.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static bool | hcache_config_define_variables (struct NeoMutt *n, struct ConfigSet *cs) |
| Define the Config Variables - Implements Module::config_define_variables() | |
Variables | |
| struct ConfigDef | HcacheVars [] |
| Config definitions for the Header Cache. | |
| struct ConfigDef | HcacheVarsComp [] |
| Config definitions for the Header Cache Compression. | |
| struct ConfigDef | HcacheVarsComp2 [] |
| Deprecated Config definitions for the Header Cache Compression. | |
| struct ConfigDef | HcacheVarsPage [] |
| Deprecated Config definitions for the Header Cache. | |
| const struct Module | ModuleHcache |
| Module for the Hcache library. | |
Definition of the Hcache Module.
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 module.c.
Define the Config Variables - Implements Module::config_define_variables()
Definition at line 43 of file module.c.
Here is the call graph for this function:
|
extern |
Config definitions for the Header Cache.
Definition at line 123 of file config.c.
|
extern |
Config definitions for the Header Cache Compression.
Definition at line 139 of file config.c.
|
extern |
Deprecated Config definitions for the Header Cache Compression.
Definition at line 157 of file config.c.
|
extern |
| const struct Module ModuleHcache |
Module for the Hcache library.
Definition at line 69 of file module.c.