]> andersk Git - moira.git/commitdiff
lockertype should be 'USER', not 'IMAP', for IMAP pobox filesystems.
authorzacheiss <zacheiss>
Sun, 19 Mar 2000 19:42:40 +0000 (19:42 +0000)
committerzacheiss <zacheiss>
Sun, 19 Mar 2000 19:42:40 +0000 (19:42 +0000)
server/qsupport.pc

index 1cf1ac0ced8c1e3ab42416ff27a35db99f0461ca..359237ffe70649435213f3a9e69e4e6363efad2f 100644 (file)
@@ -1375,7 +1375,7 @@ int register_user(struct query *q, char **argv, client *cl)
            VALUES
            (:popid, :npid, :login || '.po', 'IMAP', :mid, :dir,
             CHR(0), 'w', 'IMAP box', :users_id, :list_id, 1,
-            'IMAP', SYSDATE, :who, :entity);
+            'USER', SYSDATE, :who, :entity);
 
          if (dbms_errno)
            return mr_errcode;
This page took 0.05189 seconds and 5 git commands to generate.