summaryrefslogtreecommitdiff
path: root/bucky/util
diff options
context:
space:
mode:
Diffstat (limited to 'bucky/util')
-rw-r--r--bucky/util/auth.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/bucky/util/auth.js b/bucky/util/auth.js
index 0b42539..64b5f4c 100644
--- a/bucky/util/auth.js
+++ b/bucky/util/auth.js
@@ -63,19 +63,16 @@ var auth = module.exports = {
db.createMailbox({
mbox: username + '.inbox',
owner: username,
- mcount: 0,
editable: 0,
}),
db.createMailbox({
mbox: username + '.outbox',
owner: username,
- mcount: 0,
editable: 0,
}),
db.createMailbox({
mbox: username + '.drafts',
owner: username,
- mcount: 0,
editable: 1,
}),
]).then(() => next())