From 163b0fbac3f90430e1df5bc858c59307ab55fb13 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 24 Sep 2018 05:04:16 +0000
Subject: [PATCH] Define header field type 0x69 to be used for "tags" (ala
 hashtags) for messages (and maybe files in the future).

---
 src/smblib/smbdefs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/smblib/smbdefs.h b/src/smblib/smbdefs.h
index 38aa52989b..721a03b13e 100644
--- a/src/smblib/smbdefs.h
+++ b/src/smblib/smbdefs.h
@@ -233,6 +233,7 @@
 #define SMB_PRIORITY		0x66
 #define SMB_COST			0x67
 #define	SMB_EDITOR			0x68
+#define SMB_TAGS			0x69	/* List of tags (ala hashtags) related to this message */
 
 #define FILEATTACH			0x70
 #define DESTFILE			0x71
-- 
GitLab