~ubuntu-branches/ubuntu/edgy/dovecot/edgy-updates

« back to all changes in this revision

Viewing changes to src/plugins/imap-quota/imap-quota-plugin.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-07 10:04:42 UTC
  • mfrom: (1.10.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060707100442-3oixipbdffprdybm
Tags: 1.0.rc2-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        }
74
74
 
75
75
        if (quota == NULL) {
 
76
                mailbox_close(&box);
76
77
                client_send_tagline(cmd, "OK No quota.");
77
78
                return TRUE;
78
79
        }