[asterisk-commits] mmichelson: branch 1.4 r87427 - /branches/1.4/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 29 16:06:32 CDT 2007
Author: mmichelson
Date: Mon Oct 29 16:06:31 2007
New Revision: 87427
URL: http://svn.digium.com/view/asterisk?view=rev&rev=87427
Log:
Removing a completely unnecessary quota check from IMAP code.
Modified:
branches/1.4/apps/app_voicemail.c
Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=87427&r1=87426&r2=87427
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Mon Oct 29 16:06:31 2007
@@ -4716,11 +4716,6 @@
ast_log (LOG_ERROR,"Could not initialize mailstream\n");
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();
More information about the asterisk-commits
mailing list