mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 09:26:21 +00:00
Use flags in xmmp/message.c for encryption and trust
This commit is contained in:
@@ -133,7 +133,8 @@ typedef enum {
|
||||
THEME_BLACK,
|
||||
THEME_BLACK_BOLD,
|
||||
THEME_MAGENTA,
|
||||
THEME_MAGENTA_BOLD
|
||||
THEME_MAGENTA_BOLD,
|
||||
THEME_NO_TRUST,
|
||||
} theme_item_t;
|
||||
|
||||
void theme_init(const char *const theme_name);
|
||||
|
||||
Reference in New Issue
Block a user