~sbeattie/ubuntu/oneiric/dovecot/dovecot-lp792557

« back to all changes in this revision

Viewing changes to src/doveadm/doveadm-mail.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-06-01 13:32:07 UTC
  • mfrom: (4.1.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110601133207-ry500jurad6jip4m
Tags: 1:2.0.13-1ubuntu1
* Merge from Debian Unstable, remaining changes: 
  + Add mail-stack-delivery as per server-maverick-mail-integration spec:
    - Update debian/rules
    - Convert existing package to a dummy package and new binary in debian/control.
    - Update maintainer scripts.
    - Move previously installed backups and config files to a new package namespace in preinst.
    - Add new debian/mail-stack-delivery.prerm to handle downgrades.
    - Rename debian/dovecot-postfix.* to debian/mail-stack-delivery.*
  + Use Snakeoil SSL certifications by default:
    - debian/control: Depend on ssl-cert.
    - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
  + Add autopkgtest to debian/tests/*.
  + Add ufw integration:
    - Create debian/dovecot-common.ufw.profile.
    - debian/rules: install profile
    - debian/control: suggest ufw.
  + debian/{control,rules}: enable PIE hardening.
  + debian/dovecot-common.dirs: Added usr/share/doc/dovecot-common
  + Add apport hook:
    - debian/rules, debian/source_dovecot.py
  + Add upstart job:
    - debian/rules, debian/dovecot-common.dovecot.upstart, debian/control,
      debian/dovecot-common.dirs, dovecot-imapd.{postrm, postinst, prerm},
      debian/dovecot-pop3d.{postinst, postrm, prerm}. mail-stack-deliver.postinst:
      Convert init script to upstart. Apart of the server-maverick-upstart-conversion
      specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                i_error("Syncing mailbox %s failed: %s", mailbox,
111
111
                        mail_storage_get_last_error(mailbox_get_storage(*box_r),
112
112
                                                    NULL));
 
113
                mailbox_free(box_r);
113
114
                return -1;
114
115
        }
115
116
        return 0;
565
566
        &cmd_search,
566
567
        &cmd_fetch,
567
568
        &cmd_import,
 
569
        &cmd_index,
568
570
        &cmd_altmove,
569
571
        &cmd_move,
570
572
        &cmd_mailbox_list,