Skip to content
Snippets Groups Projects
Commit 58024392 authored by rswindell's avatar rswindell
Browse files

Created message header field to track editor used to create message text.

parent f9afa7b9
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,7 @@
#define SMB_EXPIRATION 0x65
#define SMB_PRIORITY 0x66
#define SMB_COST 0x67
#define SMB_EDITOR 0x68
#define FILEATTACH 0x70
#define DESTFILE 0x71
......
......@@ -77,6 +77,7 @@ char* SMBCALL smb_hfieldtype(ushort type)
case SMB_EXPIRATION: return("Expiration");
case SMB_PRIORITY: return("Priority");
case SMB_COST: return("Cost");
case SMB_EDITOR: return("Editor");
case FORWARDED: return("Forwarded");
/* All X-FTN-* are RFC-compliant */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment