]> git.ipfire.org Git - thirdparty/git.git/blame - contrib/thunderbird-patch-inline/README
Add a helper script to send patches with Mozilla Thunderbird
[thirdparty/git.git] / contrib / thunderbird-patch-inline / README
CommitLineData
0c3d26d2
LS
1appp.sh is a script that is supposed to be used together with ExternalEditor
2for Mozilla Thundebird. It will let you include patches inline in e-mails
3in an easy way.
4
5Usage:
6- Generate the patch with git format-patch.
7- Start writing a new e-mail in Thunderbird.
8- Press the external editor button (or Ctrl-E) to run appp.sh
9- Select the previosly generated patch file.
10- Finish editing the e-mail.
11
12Any text that is entered into the message editor before appp.sh is called
13will be moved to the section between the --- and the diffstat.
14
15All S-O-B:s and Cc:s in the patch will be added to the CC list.
16
17To set it up, just install External Editor and tell it to use appp.sh as the
18editor.
19
20Zenity is a required dependency.