2005-03-30 [colin] 1.9.6cvs15
[claws.git] / src / imap.c
index 70b82ced8d6b985428168657002ae3c70960b780..dcd06ce907add7dbd3991d45f85e387b52cc6e52 100644 (file)
@@ -137,7 +137,7 @@ typedef enum
 
 #define QUOTE_IF_REQUIRED(out, str)                            \
 {                                                              \
-       if (*str != '"' && strpbrk(str, " \t(){}%*") != NULL) { \
+       if (*str != '"' && strpbrk(str, " \t(){}[]%*") != NULL) {       \
                gchar *__tmp;                                   \
                gint len;                                       \
                                                                \