# HG changeset patch
# User Pascal Volk <neverseen@users.sourceforge.net>
# Date 1209685141 0
# Node ID 9653d4f5d97ff74c1063d4175ad1e9dbcd6e4779
# Parent  87da30d30fdef9ddedb7dcb5ff333eccaa0af404
fixed typo in CREATE TABLE users

diff -r 87da30d30fde -r 9653d4f5d97f create_tables.pgsql
--- a/create_tables.pgsql	Thu May 01 19:27:06 2008 +0000
+++ b/create_tables.pgsql	Thu May 01 23:39:01 2008 +0000
@@ -53,7 +53,7 @@
     gid         bigint NOT NULL,
     mid         bigint NOT NULL DEFAULT 1,
     tid         bigint NOT NULL DEFAULT 1,
-    smpt        boolean NOT NULL DEFAULT TRUE,
+    smtp        boolean NOT NULL DEFAULT TRUE,
     pop3        boolean NOT NULL DEFAULT TRUE,
     imap        boolean NOT NULL DEFAULT TRUE,
     managesieve boolean NOT NULL DEFAULT TRUE,