Lines Matching +full:patch +full:- +full:address
7 ---
9 These days most developers use ``git send-email`` instead of regular
13 If you are new to ``git`` then send your first patch to yourself. Save it
16 the patch to the appropriate mailing list(s).
19 -------------------
23 attachments, but then the attachments should have content-type
25 it makes quoting portions of the patch more difficult in the patch
34 patch text untouched. For example, they should not modify or delete tabs
41 This can also corrupt your patch.
44 Emailed patches should be in ASCII or UTF-8 encoding only.
45 If you configure your email client to send emails with UTF-8 encoding,
48 Email clients should generate and maintain "References:" or "In-Reply-To:"
51 Copy-and-paste (or cut-and-paste) usually does not work for patches
54 copy-and-paste.
60 It's a good idea to send a patch to yourself, save the received message,
61 and successfully apply it with 'patch' before sending patches to Linux
66 -----------------------------
75 - TUI = text-based user interface
76 - GUI = graphical user interface
85 - :menuselection:`Do Not Send Flowed Text` must be ``enabled``
86 - :menuselection:`Strip Whitespace Before Sending` must be ``disabled``
88 When composing the message, the cursor should be placed where the patch
89 should appear, and then pressing :kbd:`CTRL-R` let you specify the patch file
97 To insert a patch use :menuselection:`Message-->Insert File` (:kbd:`CTRL-I`)
100 If the inserted patch has to be edited in the Claws composition window
102 :menuselection:`Configuration-->Preferences-->Compose-->Wrapping` should be
111 from :menuselection:`Format-->Paragraph Style-->Preformatted` (:kbd:`CTRL-7`)
115 :menuselection:`Insert-->Text File...` (:kbd:`ALT-N x`)
116 to insert the patch.
118 You can also ``diff -Nru old.c new.c | xclip``, select
130 disadvantage is any text you type in the email will not be word-wrapped
131 so you will have to manually word wrap text before the patch. The easiest
134 word-wrapped and you can uncheck "word wrap" without losing the existing
137 At the bottom of your email, put the commonly-used patch delimiter before
138 inserting your patch: three hyphens (``---``).
141 :menuselection:`insert file` and choose your patch.
148 disabled in the Options menu isn't enough. Thus, if your patch has very
154 as inlined text will make them tricky to extract from their 7-bit encoding.
162 contains the patch from the message list pane, right click and select
163 :menuselection:`save as`. You can use the whole email unmodified as a patch
164 if it was properly composed. Emails are saved as read-write for user only so
196 before middle button or shift-insert or use::
200 if you want to include the patch inline.
203 You can also generate patches with ``git format-patch`` and then use Mutt
206 $ mutt -H 0001-some-bug-fix.patch
213 set send_charset="us-ascii:utf-8"
236 set charset = UTF-8 # value of $LANG; also fallback for send_charset
237 # Sender, email address, and sign-off line must match
245 https://gitlab.com/muttmua/mutt/-/wikis/UseCases/Gmail
259 - ``quell-flowed-text`` is needed for recent versions
260 - the ``no-strip-whitespace-before-send`` option is needed
266 - Works well for inlining text (or using attachments).
267 - Allows use of an external editor.
268 - Is slow on large folders.
269 - Won't do TLS SMTP auth over a non-SSL connection.
270 - Has a helpful ruler bar in the compose window.
271 - Adding addresses to address book doesn't understand the display name
283 - Allow use of an external editor:
290 - "External Editor Revived"
292 https://github.com/Frederick888/external-editor-revived
294 https://addons.thunderbird.net/en-GB/thunderbird/addon/external-editor-revived/
298 https://github.com/Frederick888/external-editor-revived/wiki
300 - "External Editor"
306 :menuselection:`View-->Toolbars-->Customize...`
312 editor. Most notably if you are using gvim then you must pass the -f
313 option to gvim by putting ``/usr/bin/gvim --nofork"`` (if the binary is in
320 - Edit your Thunderbird config settings so that it won't use ``format=flowed``!
322 :menuselection:`Main Menu-->Preferences-->General-->Config Editor...`
325 - Set ``mailnews.send_plaintext_flowed`` to ``false``
327 - Set ``mailnews.wraplength`` from ``72`` to ``0``
329 - Don't write HTML messages! Go to the main window
330 …:menuselection:`Main Menu-->Account Settings-->youracc@server.something-->Composition & Addressing…
333 - Open messages only as plain text! Go to the main window
334 :menuselection:`Main Menu-->View-->Message Body As-->Plain Text`!
351 Another problem is that Gmail will base64-encode any message that has a
352 non-ASCII character. That includes things like European names.
357 HacKerMaiL (hkml) is a public-inbox based simple mails management tool that