From 53d11d54dd59f9720e003de38fef3fb8e24079eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Mon, 11 Nov 2024 18:11:46 -0500
Subject: [PATCH] NAMESPACE didn't help with Claws/Sylpheed.

Change the message.
---
 exec/imapservice.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/imapservice.js b/exec/imapservice.js
index 4dc3640c21..872345c155 100644
--- a/exec/imapservice.js
+++ b/exec/imapservice.js
@@ -1809,7 +1809,7 @@ var authenticated_command_handlers = {
 				untagged('NAMESPACE NIL NIL (("" ' + encode_string(sepchar) + '))');
 			else
 				untagged('NAMESPACE (("" ' + encode_string(sepchar) + ')) NIL NIL');
-			tagged(tag, "OK", "Maybe this will get separators to work.");
+			tagged(tag, "OK", "\"Namespaces\"");
 		},
 	},
 };
-- 
GitLab