~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/plugins/quota/quota-maildir.c

  • Committer: Bazaar Package Importer
  • Author(s): Marco Nenciarini
  • Date: 2009-12-17 10:52:53 UTC
  • mfrom: (1.13.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: james.westby@ubuntu.com-20091217105253-guybg5b34vmits39
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
                /* we're using limits from the file. */
470
470
                root->root.bytes_limit = message_bytes_limit;
471
471
                root->root.count_limit = message_count_limit;
472
 
                quota_root_recalculate_relative_rules(root->root.set);
 
472
                quota_root_recalculate_relative_rules(root->root.set,
 
473
                                                      message_bytes_limit,
 
474
                                                      message_count_limit);
473
475
        }
474
476
 
475
477
        if (*lines == NULL) {