Version info about NeoMutt. More...
#include "version.h"
Data Fields | |
| const char * | version |
| Version of NeoMutt: YYYYMMDD-NUM-HASH (number of commits, git hash). | |
| struct KeyValueArray | system |
| System information. | |
| struct Slist * | storage |
| Storage backends, e.g. lmdb. | |
| struct Slist * | compression |
| Compression methods, e.g. zlib. | |
| struct Slist * | configure |
| Configure options. | |
| struct Slist * | compilation |
| Compilation CFLAGS. | |
| const struct CompileOption * | feature |
| Compiled-in features. | |
| const struct CompileOption * | devel |
| Compiled-in development features. | |
| struct KeyValueArray | paths |
| Compiled-in paths. | |
| const char* NeoMuttVersion::version |
| struct KeyValueArray NeoMuttVersion::system |
| struct Slist* NeoMuttVersion::storage |
| struct Slist* NeoMuttVersion::compression |
| struct Slist* NeoMuttVersion::compilation |
| const struct CompileOption* NeoMuttVersion::feature |
| const struct CompileOption* NeoMuttVersion::devel |
| struct KeyValueArray NeoMuttVersion::paths |