]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Removing a completely unnecessary quota check from IMAP code.
authorMark Michelson <mmichelson@digium.com>
Mon, 29 Oct 2007 21:06:31 +0000 (21:06 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 29 Oct 2007 21:06:31 +0000 (21:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@87427 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 27f14e95497c03872761c5fd4f9f82154c5ad19f..4a5f4ad064a7492268bd7a78bd3dfa8ad37f827e 100644 (file)
@@ -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... */