~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mail_client.py

  • Committer: Patch Queue Manager
  • Date: 2014-02-12 18:22:22 UTC
  • mfrom: (6589.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20140212182222-beouo25gaf1cny76
(vila) The XDG Base Directory Specification uses the XDG_CACHE_HOME,
 not XDG_CACHE_DIR. (Andrew Starr-Bochicchio)

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')