~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mail_client.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-16 17:07:46 UTC
  • mfrom: (4282.2.4 fix_mapi_send)
  • Revision ID: pqm@pqm.ubuntu.com-20090416170746-92fj72e2i2qpkojj
(Neil Martinsen-Burrell) Fix 'bzr send' using MAPI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
485
485
    """Default Windows mail client launched using MAPI."""
486
486
 
487
487
    def _compose(self, prompt, to, subject, attach_path, mime_subtype,
488
 
                 extension, body):
 
488
                 extension, body=None):
489
489
        """See ExternalMailClient._compose.
490
490
 
491
491
        This implementation uses MAPI via the simplemapi ctypes wrapper