~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mail_client.py

  • Committer: epg at pretzelnet
  • Date: 2009-02-26 08:44:15 UTC
  • mto: (4076.1.1 bzr.integration)
  • mto: This revision was merged to the branch mainline in revision 4078.
  • Revision ID: epg@pretzelnet.org-20090226084415-308d4vtpqsa1cqd8
Support MH-E in EmacsMail, using mml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
391
391
            (if (functionp 'etach-attach)
392
392
              (etach-attach file)
393
393
              (mail-attach-file file))))
394
 
         ((or (eq agent 'message-user-agent)(eq agent 'gnus-user-agent))
 
394
         ((or (eq agent 'message-user-agent)
 
395
              (eq agent 'gnus-user-agent)
 
396
              (eq agent 'mh-e-user-agent))
395
397
          (progn
396
398
            (mml-attach-file file "text/x-patch" "BZR merge" "inline")))
397
399
         ((eq agent 'mew-user-agent)