blob: ac892b30815e3bd11a4830880193f21cbe4a2789 [file] [log] [blame]
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -03001.. _email_clients:
2
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -07003Email clients info for Linux
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -03004============================
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -07005
Dan Carpenter7d19e912014-06-27 18:28:46 -07006Git
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -03007---
Dan Carpenter7d19e912014-06-27 18:28:46 -07008
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -03009These days most developers use ``git send-email`` instead of regular
10email clients. The man page for this is quite good. On the receiving
11end, maintainers use ``git am`` to apply the patches.
12
13If you are new to ``git`` then send your first patch to yourself. Save it
14as raw text including all the headers. Run ``git am raw_email.txt`` and
15then review the changelog with ``git log``. When that works then send
Dan Carpenter7d19e912014-06-27 18:28:46 -070016the patch to the appropriate mailing list(s).
17
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070018General Preferences
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030019-------------------
20
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070021Patches for the Linux kernel are submitted via email, preferably as
22inline text in the body of the email. Some maintainers accept
23attachments, but then the attachments should have content-type
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030024``text/plain``. However, attachments are generally frowned upon because
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070025it makes quoting portions of the patch more difficult in the patch
26review process.
27
28Email clients that are used for Linux kernel patches should send the
29patch text untouched. For example, they should not modify or delete tabs
30or spaces, even at the beginning or end of lines.
31
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030032Don't send patches with ``format=flowed``. This can cause unexpected
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070033and unwanted line breaks.
34
35Don't let your email client do automatic word wrapping for you.
36This can also corrupt your patch.
37
38Email clients should not modify the character set encoding of the text.
39Emailed patches should be in ASCII or UTF-8 encoding only.
40If you configure your email client to send emails with UTF-8 encoding,
41you avoid some possible charset problems.
42
43Email clients should generate and maintain References: or In-Reply-To:
44headers so that mail threading is not broken.
45
46Copy-and-paste (or cut-and-paste) usually does not work for patches
47because tabs are converted to spaces. Using xclipboard, xclip, and/or
48xcutsel may work, but it's best to test this for yourself or just avoid
49copy-and-paste.
50
51Don't use PGP/GPG signatures in mail that contains patches.
52This breaks many scripts that read and apply the patches.
53(This should be fixable.)
54
55It's a good idea to send a patch to yourself, save the received message,
56and successfully apply it with 'patch' before sending patches to Linux
57mailing lists.
58
59
60Some email client (MUA) hints
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030061-----------------------------
62
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070063Here are some specific MUA configuration hints for editing and sending
64patches for the Linux kernel. These are not meant to be complete
65software package configuration summaries.
66
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070067
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030068Legend:
69
70- TUI = text-based user interface
71- GUI = graphical user interface
72
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070073Alpine (TUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030074************
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070075
76Config options:
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070077
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030078In the :menuselection:`Sending Preferences` section:
79
80- :menuselection:`Do Not Send Flowed Text` must be ``enabled``
81- :menuselection:`Strip Whitespace Before Sending` must be ``disabled``
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070082
83When composing the message, the cursor should be placed where the patch
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030084should appear, and then pressing :kbd:`CTRL-R` let you specify the patch file
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -070085to insert into the message.
86
Richard Leitner04a33022014-12-02 17:44:36 +010087Claws Mail (GUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030088****************
Richard Leitner04a33022014-12-02 17:44:36 +010089
90Works. Some people use this successfully for patches.
91
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030092To insert a patch use :menuselection:`Message-->Insert` File (:kbd:`CTRL-I`)
93or an external editor.
Richard Leitner04a33022014-12-02 17:44:36 +010094
95If the inserted patch has to be edited in the Claws composition window
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -030096"Auto wrapping" in
97:menuselection:`Configuration-->Preferences-->Compose-->Wrapping` should be
Richard Leitner04a33022014-12-02 17:44:36 +010098disabled.
99
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700100Evolution (GUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300101***************
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700102
103Some people use this successfully for patches.
104
105When composing mail select: Preformat
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300106 from :menuselection:`Format-->Paragraph Style-->Preformatted` (:kbd:`CTRL-7`)
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700107 or the toolbar
108
109Then use:
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300110:menuselection:`Insert-->Text File...` (:kbd:`ALT-N x`)
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700111to insert the patch.
112
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300113You can also ``diff -Nru old.c new.c | xclip``, select
114:menuselection:`Preformat`, then paste with the middle button.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700115
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700116Kmail (GUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300117***********
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700118
119Some people use Kmail successfully for patches.
120
121The default setting of not composing in HTML is appropriate; do not
122enable it.
123
124When composing an email, under options, uncheck "word wrap". The only
125disadvantage is any text you type in the email will not be word-wrapped
126so you will have to manually word wrap text before the patch. The easiest
127way around this is to compose your email with word wrap enabled, then save
128it as a draft. Once you pull it up again from your drafts it is now hard
129word-wrapped and you can uncheck "word wrap" without losing the existing
130wrapping.
131
132At the bottom of your email, put the commonly-used patch delimiter before
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300133inserting your patch: three hyphens (``---``).
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700134
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300135Then from the :menuselection:`Message` menu item, select insert file and
136choose your patch.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700137As an added bonus you can customise the message creation toolbar menu
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300138and put the :menuselection:`insert file` icon there.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700139
Xishi Qiud9a6ed12013-11-06 13:18:19 -0800140Make the composer window wide enough so that no lines wrap. As of
Lasse Collin5d3687d2011-01-12 17:00:28 -0800141KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending
142the email if the lines wrap in the composer window. Having word wrapping
143disabled in the Options menu isn't enough. Thus, if your patch has very
144long lines, you must make the composer window very wide before sending
145the email. See: https://bugs.kde.org/show_bug.cgi?id=174034
146
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700147You can safely GPG sign attachments, but inlined text is preferred for
148patches so do not GPG sign them. Signing patches that have been inserted
149as inlined text will make them tricky to extract from their 7-bit encoding.
150
151If you absolutely must send patches as attachments instead of inlining
152them as text, right click on the attachment and select properties, and
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300153highlight :menuselection:`Suggest automatic display` to make the attachment
154inlined to make it more viewable.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700155
156When saving patches that are sent as inlined text, select the email that
157contains the patch from the message list pane, right click and select
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300158:menuselection:`save as`. You can use the whole email unmodified as a patch
159if it was properly composed. There is no option currently to save the email
160when you are actually viewing it in its own window -- there has been a request
161filed at kmail's bugzilla and hopefully this will be addressed. Emails are
162saved as read-write for user only so you will have to chmod them to make them
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700163group and world readable if you copy them elsewhere.
164
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700165Lotus Notes (GUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300166*****************
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700167
168Run away from it.
169
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700170Mutt (TUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300171**********
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700172
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300173Plenty of Linux developers use ``mutt``, so it must work pretty well.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700174
175Mutt doesn't come with an editor, so whatever editor you use should be
176used in a way that there are no automatic linebreaks. Most editors have
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300177an :menuselection:`insert file` option that inserts the contents of a file
178unaltered.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700179
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300180To use ``vim`` with mutt::
181
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700182 set editor="vi"
183
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300184If using xclip, type the command::
185
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700186 :set paste
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300187
188before middle button or shift-insert or use::
189
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700190 :r filename
191
192if you want to include the patch inline.
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300193(a)ttach works fine without ``set paste``.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700194
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300195You can also generate patches with ``git format-patch`` and then use Mutt
196to send them::
197
Eddie Kovsky803cfe22015-11-05 23:23:01 -0700198 $ mutt -H 0001-some-bug-fix.patch
199
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700200Config options:
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300201
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700202It should work with default settings.
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300203However, it's a good idea to set the ``send_charset`` to::
204
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700205 set send_charset="us-ascii:utf-8"
206
Eddie Kovsky91633a62015-11-05 23:25:35 -0700207Mutt is highly customizable. Here is a minimum configuration to start
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300208using Mutt to send patches through Gmail::
Eddie Kovsky91633a62015-11-05 23:25:35 -0700209
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300210 # .muttrc
211 # ================ IMAP ====================
212 set imap_user = 'yourusername@gmail.com'
213 set imap_pass = 'yourpassword'
214 set spoolfile = imaps://imap.gmail.com/INBOX
215 set folder = imaps://imap.gmail.com/
216 set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
217 set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
218 set mbox="imaps://imap.gmail.com/[Gmail]/All Mail"
Eddie Kovsky91633a62015-11-05 23:25:35 -0700219
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300220 # ================ SMTP ====================
221 set smtp_url = "smtp://username@smtp.gmail.com:587/"
222 set smtp_pass = $imap_pass
223 set ssl_force_tls = yes # Require encrypted connection
Eddie Kovsky91633a62015-11-05 23:25:35 -0700224
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300225 # ================ Composition ====================
226 set editor = `echo \$EDITOR`
227 set edit_headers = yes # See the headers when editing
228 set charset = UTF-8 # value of $LANG; also fallback for send_charset
229 # Sender, email address, and sign-off line must match
230 unset use_domain # because joe@localhost is just embarrassing
231 set realname = "YOUR NAME"
232 set from = "username@gmail.com"
233 set use_from = yes
Eddie Kovsky91633a62015-11-05 23:25:35 -0700234
235The Mutt docs have lots more information:
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300236
Eddie Kovsky91633a62015-11-05 23:25:35 -0700237 http://dev.mutt.org/trac/wiki/UseCases/Gmail
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300238
Eddie Kovsky91633a62015-11-05 23:25:35 -0700239 http://dev.mutt.org/doc/manual.html
240
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700241Pine (TUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300242**********
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700243
244Pine has had some whitespace truncation issues in the past, but these
245should all be fixed now.
246
247Use alpine (pine's successor) if you can.
248
249Config options:
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300250
251- ``quell-flowed-text`` is needed for recent versions
252- the ``no-strip-whitespace-before-send`` option is needed
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700253
254
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700255Sylpheed (GUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300256**************
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700257
258- Works well for inlining text (or using attachments).
259- Allows use of an external editor.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700260- Is slow on large folders.
261- Won't do TLS SMTP auth over a non-SSL connection.
262- Has a helpful ruler bar in the compose window.
263- Adding addresses to address book doesn't understand the display name
264 properly.
265
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700266Thunderbird (GUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300267*****************
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700268
Rob Landleye0e34e92011-01-12 17:00:29 -0800269Thunderbird is an Outlook clone that likes to mangle text, but there are ways
270to coerce it into behaving.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700271
Giedrius Statkevičiusd50ca072015-03-09 03:53:45 +0200272- Allow use of an external editor:
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700273 The easiest thing to do with Thunderbird and patches is to use an
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300274 "external editor" extension and then just use your favorite ``$EDITOR``
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700275 for reading/merging patches into the body text. To do this, download
276 and install the extension, then add a button for it using
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300277 :menuselection:`View-->Toolbars-->Customize...` and finally just click on it
278 when in the :menuselection:`Compose` dialog.
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700279
Giedrius Statkevičiusd50ca072015-03-09 03:53:45 +0200280 Please note that "external editor" requires that your editor must not
Luis de Bethencourta02b4fc2015-09-29 14:15:33 +0100281 fork, or in other words, the editor must not return before closing.
Giedrius Statkevičiusd50ca072015-03-09 03:53:45 +0200282 You may have to pass additional flags or change the settings of your
283 editor. Most notably if you are using gvim then you must pass the -f
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300284 option to gvim by putting ``/usr/bin/gvim -f`` (if the binary is in
285 ``/usr/bin``) to the text editor field in :menuselection:`external editor`
286 settings. If you are using some other editor then please read its manual
287 to find out how to do this.
Giedrius Statkevičiusd50ca072015-03-09 03:53:45 +0200288
Rob Landleye0e34e92011-01-12 17:00:29 -0800289To beat some sense out of the internal editor, do this:
290
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300291- Edit your Thunderbird config settings so that it won't use ``format=flowed``.
292 Go to :menuselection:`edit-->preferences-->advanced-->config editor` to bring up
293 the thunderbird's registry editor.
Rob Landleye0e34e92011-01-12 17:00:29 -0800294
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300295- Set ``mailnews.send_plaintext_flowed`` to ``false``
Paul Mcquade6989b5b2011-08-13 12:34:54 -0700296
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300297- Set ``mailnews.wraplength`` from ``72`` to ``0``
Paul Mcquade6989b5b2011-08-13 12:34:54 -0700298
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300299- :menuselection:`View-->Message Body As-->Plain Text`
Rob Landleye0e34e92011-01-12 17:00:29 -0800300
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300301- :menuselection:`View-->Character Encoding-->Unicode (UTF-8)`
Rob Landleye0e34e92011-01-12 17:00:29 -0800302
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700303TkRat (GUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300304***********
Randy Dunlapa6cd6bf2007-10-16 23:29:49 -0700305
306Works. Use "Insert file..." or external editor.
307
Tim Hockin1b6bcdb2008-11-06 12:53:33 -0800308Gmail (Web GUI)
Mauro Carvalho Chehab06ad6362016-09-21 07:49:18 -0300309***************
Tim Hockin1b6bcdb2008-11-06 12:53:33 -0800310
Dave Young5ce9f072010-03-10 15:22:02 -0800311Does not work for sending patches.
Tim Hockin1b6bcdb2008-11-06 12:53:33 -0800312
Dave Young5ce9f072010-03-10 15:22:02 -0800313Gmail web client converts tabs to spaces automatically.
Tim Hockin1b6bcdb2008-11-06 12:53:33 -0800314
Dave Young5ce9f072010-03-10 15:22:02 -0800315At the same time it wraps lines every 78 chars with CRLF style line breaks
316although tab2space problem can be solved with external editor.
Tim Hockin1b6bcdb2008-11-06 12:53:33 -0800317
Dave Young5ce9f072010-03-10 15:22:02 -0800318Another problem is that Gmail will base64-encode any message that has a
319non-ASCII character. That includes things like European names.