comparison mcabber/mcabber/hbuf.h @ 2090:16b04d64ec88

Add option to highlight timestamp added by server.
author Hermitifier
date Thu, 03 Apr 2014 16:11:16 +0200
parents f740c4128f76
children ee3a40ffcd8b
comparison
equal deleted inserted replaced
2089:91a8f3740a1a 2090:16b04d64ec88
28 #define HBB_PREFIX_PGPCRYPT (1U<<11) 28 #define HBB_PREFIX_PGPCRYPT (1U<<11)
29 #define HBB_PREFIX_OTRCRYPT (1U<<12) 29 #define HBB_PREFIX_OTRCRYPT (1U<<12)
30 #define HBB_PREFIX_CONT (1U<<13) 30 #define HBB_PREFIX_CONT (1U<<13)
31 #define HBB_PREFIX_RECEIPT (1U<<14) 31 #define HBB_PREFIX_RECEIPT (1U<<14)
32 #define HBB_PREFIX_READMARK (1U<<15) 32 #define HBB_PREFIX_READMARK (1U<<15)
33 #define HBB_PREFIX_DELAYED (1U<<16)
33 34
34 typedef struct { 35 typedef struct {
35 time_t timestamp; 36 time_t timestamp;
36 guint flags; 37 guint flags;
37 unsigned mucnicklen; 38 unsigned mucnicklen;