From 9b3eef85be285b6fc38aa2a469b827f06988496c Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 24 Sep 2018 05:05:17 +0000 Subject: [PATCH] Added SMB_TAGS definition. --- exec/load/smbdefs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/load/smbdefs.js b/exec/load/smbdefs.js index 769f473be5..dc72c80bfe 100644 --- a/exec/load/smbdefs.js +++ b/exec/load/smbdefs.js @@ -108,5 +108,6 @@ var AGENT_SMTPSYSMSG =3; /* Synchronet SMTP server system message */ /* Message hfield types */ var SMB_SUMMARY = 0x61; /* Not currently used for messages */ var SMB_COMMENT = 0x62; /* Appear in message text, before body */ +var SMB_TAGS = 0x69; /* Tags (ala hashtags) for a message */ var SMB_POLL_ANSWER = 0xe0; /* One poll answer (the subject is the question) */ -- GitLab