From a3a4a42eda07e071841483f25b9a9a6891c2a232 Mon Sep 17 00:00:00 2001 From: halex Date: Sat, 3 Nov 2007 23:17:40 +0000 Subject: [PATCH] Fix up malformed JSON. --- src/apps/config/config/imap | 2 +- src/apps/config/config/pop3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/config/config/imap b/src/apps/config/config/imap index 387904d..6e506b3 100644 --- a/src/apps/config/config/imap +++ b/src/apps/config/config/imap @@ -2,5 +2,5 @@ "version": 1, "port": 143, "port_ssl": 993, - "threads_max": 50, + "threads_max": 50 } diff --git a/src/apps/config/config/pop3 b/src/apps/config/config/pop3 index a45153b..7323d8d 100644 --- a/src/apps/config/config/pop3 +++ b/src/apps/config/config/pop3 @@ -1,5 +1,5 @@ { "version": 1, "port": 110, - "port_ssl": 995, + "port_ssl": 995 }