Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvaltman <vvaltman@neon>2015-04-27 17:51:45 +0300
committervvaltman <vvaltman@neon>2015-04-27 17:51:45 +0300
commitb75e2e9805c257b710d806564422e8b8c4b57cbf (patch)
tree941dd5334211442629172d0f1904595601ef318d /tgl-layout.h
parent39c853c03f740b7be3a2883145f80346cef2d0ff (diff)
fixes for replies and mentions
Diffstat (limited to 'tgl-layout.h')
-rw-r--r--tgl-layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tgl-layout.h b/tgl-layout.h
index 96868f8..e396e23 100644
--- a/tgl-layout.h
+++ b/tgl-layout.h
@@ -28,6 +28,7 @@
#define TGLMF_UNREAD 1
#define TGLMF_OUT 2
+#define TGLMF_MENTION 16
#define TGLMF_CREATED (1 << 8)
#define TGLMF_PENDING (1 << 9)
#define TGLMF_DELETED (1 << 10)