]> andersk Git - moira.git/commitdiff
Create new users with IMAP PO boxes.
authorzacheiss <zacheiss>
Tue, 14 Mar 2000 21:50:51 +0000 (21:50 +0000)
committerzacheiss <zacheiss>
Tue, 14 Mar 2000 21:50:51 +0000 (21:50 +0000)
reg_svr/reg_svr.pc

index 51e85dbd40c767b488da94df4a2e622fe09b7459..8b15567a7a3b07c92efeb1a72df4e8f62c23e283 100644 (file)
@@ -651,7 +651,7 @@ int register_user(int uid, char *username)
   sprintf(uidbuf, "%d", uid);
   qargv[0] = uidbuf;
   qargv[1] = username;
-  qargv[2] = "0";
+  qargv[2] = "IMAP";
   status = mr_query("register_user", 3, qargv, NULL, NULL);
   mr_disconnect();
   return status;
This page took 0.894172 seconds and 5 git commands to generate.