From 14074019d62d98885c4c764401a9e7e1fd129f79 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 10 Jun 2024 10:12:28 -0400 Subject: Set proper timestamps for header and footer HTML templates, update some post contents --- posts/mail.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'posts/mail.md') diff --git a/posts/mail.md b/posts/mail.md index 9a58f8e..d50e5a5 100644 --- a/posts/mail.md +++ b/posts/mail.md @@ -10,10 +10,9 @@ I recently covered how to [work with git email patches in Evolution on Linux](/g The first thing you'll need to do is make a new `Patches` mailbox folder inside your existing mail account. Once done, your default Mail sidebar should look similar to the following: -
- The Apple Mail sidebar with the Patches folder present -
The Apple Mail sidebar with the "Patches" folder present
-
+![The Apple Mail sidebar with the Patches folder present](/public/images/apple-mail-1.png) + +*The Apple Mail sidebar with the "Patches" folder present* ## Applying Patches @@ -21,10 +20,9 @@ Now navigate to the email message containing a `git` patch. Right-click and sele Inside this folder you should see something similar to the following structure: -
- The contents of the saved Patches mailbox folder -
The contents of the saved Patches mailbox folder
-
+![The contents of the saved Patches mailbox folder](/public/images/apple-mail-2.png) + +*The contents of the saved Patches mailbox folder* Once saved, open your terminal, navigate to the project you wish to apply this new patch to: -- cgit v1.2.3-54-g00ecf