comparison mcabber/src/hbuf.h @ 1484:7b36b91a4388

New UI message flag (O) when OTR is used When PGP is used, the flag is still '~'. When OTR is used (and PGP is not), the encryption flag is 'O'.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 14:30:25 +0200
parents bb1cc8902d0e
children 0121b6f3047c
comparison
equal deleted inserted replaced
1483:e74cc83e7158 1484:7b36b91a4388
24 #define HBB_PREFIX_HLIGHT_OUT (1U<<7) 24 #define HBB_PREFIX_HLIGHT_OUT (1U<<7)
25 #define HBB_PREFIX_HLIGHT (1U<<8) 25 #define HBB_PREFIX_HLIGHT (1U<<8)
26 #define HBB_PREFIX_NONE (1U<<9) 26 #define HBB_PREFIX_NONE (1U<<9)
27 #define HBB_PREFIX_SPECIAL (1U<<10) 27 #define HBB_PREFIX_SPECIAL (1U<<10)
28 #define HBB_PREFIX_PGPCRYPT (1U<<11) 28 #define HBB_PREFIX_PGPCRYPT (1U<<11)
29 #define HBB_PREFIX_CONT (1U<<12) 29 #define HBB_PREFIX_OTRCRYPT (1U<<12)
30 #define HBB_PREFIX_CONT (1U<<13)
30 31
31 typedef struct { 32 typedef struct {
32 time_t timestamp; 33 time_t timestamp;
33 guint flags; 34 guint flags;
34 unsigned mucnicklen; 35 unsigned mucnicklen;