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

« back to all changes in this revision

Viewing changes to src/lib-storage/index/maildir/maildir-save.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:
215
215
{
216
216
        const char *basename = mf->basename;
217
217
 
218
 
        if (ctx->mbox->storage->save_size_in_filename &&
219
 
            mf->size != (uoff_t)-1) {
 
218
        if (mf->size != (uoff_t)-1) {
220
219
                basename = t_strdup_printf("%s,%c=%"PRIuUOFF_T, basename,
221
220
                                           MAILDIR_EXTRA_FILE_SIZE, mf->size);
222
221
        }