~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2007-08-10 17:50:33 UTC
  • mto: (2681.5.3 bzr-mail)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: abentley@panoramicfeedback.com-20070810175033-qoznp5uk0379t429
Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
3802
3802
    can be used as your actual submit branch, once you have set public_branch
3803
3803
    for that mirror.
3804
3804
 
3805
 
    By default, mail is sent using your editor to enter a submit message.  You
3806
 
    can use Mozilla Thunderbird or Icedove by setting the configuration option
3807
 
    mail_client=thunderbird.  You can use Evolution by setting the
3808
 
    configuration option mail_client=evolution
 
3805
    On *nix, mail is sent using your preferred mail client.  This requires
 
3806
    the xdg-email utility.  If that's not installed, we use your editor.
 
3807
    To use a different client, set the mail_client option.  Supported values
 
3808
    are "evolution", "thunderbird", "editor", "xdg-email" and "default".
3809
3809
 
3810
3810
    If mail is being sent, a to address is required.  This can be supplied
3811
3811
    either on the commandline, or by setting the submit_to configuration