~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/configuration.txt

  • Committer: Aaron Bentley
  • Date: 2007-09-17 12:46:56 UTC
  • mfrom: (2825 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2826.
  • Revision ID: abentley@panoramicfeedback.com-20070917124656-j3hhxhx9igy11mfc
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
will try ``xdg-email``. If either of these fails, it will fall back to
208
208
``editor``.
209
209
 
210
 
Supported values are:
 
210
Supported values for specific clients:
211
211
 
212
 
:xdg-email: Use xdg-email to run your preferred mail program
213
 
:mapi: Use your preferred e-mail client on Windows.
 
212
:evolution: Use Evolution.
 
213
:kmail: Use KMail.
 
214
:mutt: Use Mutt.
214
215
:thunderbird: Use Mozilla Thunderbird or Icedove.  For Thunderbird/Icedove 1.5,
215
216
    this works around some bugs that xdg-email doesn't handle.
216
 
:evolution: Use Evolution.
217
 
:kmail: Use KMail.
 
217
 
 
218
Supported generic values are:
 
219
 
 
220
:default: See above.
218
221
:editor: Use your editor to compose the merge request.  This also uses
219
222
    your commit id, (see ``bzr whoami``), smtp_server and (optionally)
220
223
    smtp_username and smtp_password.
221
 
:default: See above.
 
224
:mapi: Use your preferred e-mail client on Windows.
 
225
:xdg-email: Use xdg-email to run your preferred mail program
222
226
 
223
227
submit_branch
224
228
-------------