Config used by libaddress. More...
#include "config.h"#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "expando/lib.h"#include "expando.h"#include "sort.h"
Include dependency graph for config.c:Go to the source code of this file.
Variables | |
| static const struct Mapping | AliasSortMethods [] |
| Sort methods for email aliases. | |
| static const struct ExpandoDefinition | AliasFormatDef [] |
| Expando definitions. | |
| static const struct ExpandoDefinition | QueryFormatDef [] |
| Expando definitions. | |
| struct ConfigDef | AliasVars [] |
| Config definitions for the alias library. | |
Config used by libaddress.
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.c.
|
static |
Sort methods for email aliases.
Definition at line 42 of file config.c.
|
static |
Expando definitions.
Config:
Definition at line 60 of file config.c.
|
static |
| struct ConfigDef AliasVars[] |
Config definitions for the alias library.
Definition at line 112 of file config.c.