~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Aaron Bentley
  • Date: 2007-08-09 20:30:00 UTC
  • mto: (2681.5.3 bzr-mail)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: abentley@panoramicfeedback.com-20070809203000-939mwp9uv19snzme
Add support for mail-from-editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
            None : mail_client.Editor,
152
152
            'editor': mail_client.Editor,
153
153
            'thunderbird': mail_client.Thunderbird,
154
 
        }[selected_client]()
 
154
        }[selected_client](self)
155
155
 
156
156
    def _get_signature_checking(self):
157
157
        """Template method to override signature checking policy."""