From d33d7237bdaa9d1359465500fdbbef40671d7db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0koda?= Date: Mon, 11 May 2020 14:33:46 +0000 Subject: [PATCH] Apply suggestion to pkg/pmapi/messages.go --- pkg/pmapi/messages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pmapi/messages.go b/pkg/pmapi/messages.go index 723a4ba6..892b55c0 100644 --- a/pkg/pmapi/messages.go +++ b/pkg/pmapi/messages.go @@ -144,7 +144,7 @@ const messageIDPageSize = 100 // ConversationIDDomain is used as a placeholder for conversation reference headers to improve compatibility with various clients. const ConversationIDDomain = `protonmail.conversationid` -// InternalIDDomain is used as a placeholder for reference/message ID headers to improve compatibility with various clients +// InternalIDDomain is used as a placeholder for reference/message ID headers to improve compatibility with various clients. const InternalIDDomain = `protonmail.internalid` // InternalReferenceFormat describes format of the message ID (as regex) used for parsing reference headers