aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 21:06:31 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 21:06:31 +0000
commitaafc9fb98d7b5b3544fd85b62a97705173391b1c (patch)
tree6e71bf400f6c339dc64d8a5addc7a6e00c46946a /apps
parent74763c4fd58f86ea17e4926fc911cdd04a298ad9 (diff)
Removing a completely unnecessary quota check from IMAP code.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@87427 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 27f14e954..4a5f4ad06 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -4717,11 +4717,6 @@ static int open_mailbox(struct vm_state *vms, struct ast_vm_user *vmu, int box)
return -1;
}
- /* Check Quota (here for now to test) */
- mail_parameters(NULL, SET_QUOTA, (void *) mm_parsequota);
- imap_mailbox_name(dbox, sizeof(dbox), vms, box, 1);
- imap_getquotaroot(vms->mailstream, dbox);
-
pgm = mail_newsearchpgm();
/* Check IMAP folder for Asterisk messages only... */