Definition of the Address 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 | address_config_define_types (struct NeoMutt *n, struct ConfigSet *cs) |
| Set up Config Types - Implements Module::config_define_types() | |
| static bool | address_config_define_variables (struct NeoMutt *n, struct ConfigSet *cs) |
| Define the Config Variables - Implements Module::config_define_variables() | |
Variables | |
| const struct ConfigSetType | CstAddress |
| Config type representing an Email Address. | |
| struct ConfigDef | AddressVarsIdn [] |
| IDN Config definitions. | |
| const struct Module | ModuleAddress |
| Module for the Address library. | |
Definition of the Address 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.
Set up Config Types - Implements Module::config_define_types()
Definition at line 43 of file module.c.
Here is the call graph for this function:Define the Config Variables - Implements Module::config_define_variables()
Definition at line 51 of file module.c.
Here is the call graph for this function:
|
extern |
Config type representing an Email Address.
Definition at line 265 of file config_type.c.
|
extern |
| const struct Module ModuleAddress |
Module for the Address library.
Definition at line 65 of file module.c.