bzr-email 0.11 released
John Arbash Meinel
john at arbash-meinel.com
Wed Sep 27 22:28:23 BST 2006
Bob Tanner wrote:
> Robert Collins wrote:
>> I've released bzr-email 0.11.
>
> I recently have been dragged kicking-n-screaming into the windows
> world. ;-) After 4 days of using visual source safe I'm going to shave my
> head, get a lobotomy, and drool on myself for hours on end.
>
> To save myself I brought over my my favor RCS, bzr, to my XP sysyem, but was
> a little surprised to find that the bzr-email plugin is linux(?) specific
> (well, requires mail to be installed).
>
> def _command_line(self):
> return ['mail', '-s', self.subject(), '-a', "From: " +
> self.from_address(), self.to()]
>
> Any reason not to use one of the mail smtp clients written in python?
>
I think the biggest reason is that you need to configure an smtp server,
etc. Typically *Nix machines have a SMTP server always running, but
Windows doesn't.
So I think it is just that if you configured 'mail' to work, then you
don't have to do any configuration for 'bzr-email'.
Robert wrote the code, so you can ask him for more details.
It's actually quite easy to use the builtin smtp tools (bzr-pqm does it
that way). So it would seem reasonable to at least provide support for it.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060927/c5d985e2/attachment.pgp
More information about the bazaar
mailing list