~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mail_client.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-01 19:55:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6460.
  • Revision ID: jelmer@samba.org-20120201195527-p11zolw13w81035y
Consider invalid mail clients an error rather than just a warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
638
638
mail_client_registry.default_key = 'default'
639
639
 
640
640
opt_mail_client = _mod_config.RegistryOption('mail_client',
641
 
    mail_client_registry, help='E-mail client to use.')
 
641
        mail_client_registry, help='E-mail client to use.', invalid='error')