From e71da9d97926f7e75225b31692b26d8413455e02 Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Thu, 4 Jul 2019 14:43:53 -0400 Subject: [PATCH] update to non-draft msgid spec --- cap.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cap.go b/cap.go index bb649f3..82e9dc1 100644 --- a/cap.go +++ b/cap.go @@ -22,9 +22,8 @@ var possibleCap = map[string][]string{ "multi-prefix": nil, "server-time": nil, "userhost-in-names": nil, - - "message-tags": nil, - "draft/msgid": nil, + "message-tags": nil, + "msgid": nil, // "echo-message" is supported, but it's not enabled by default. This is // to prevent unwanted confusion and utilize less traffic if it's not needed.