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 --- build/posts/mail/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/posts/mail/index.html') diff --git a/build/posts/mail/index.html b/build/posts/mail/index.html index a98acc5..afc87bc 100644 --- a/build/posts/mail/index.html +++ b/build/posts/mail/index.html @@ -24,9 +24,13 @@

I recently covered how to work with git email patches in Evolution on Linux, so I thought it would make sense to walk through a similar workflow for those using Apple Mail on MacOS. The idea is essentially the same, with just a little extra work involved.

Create a “Patches” Mailbox

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

Applying Patches

Now navigate to the email message containing a git patch. Right-click and select Move to > Patches. Now in the sidebar, right-click your Patches folder and select Export Mailbox…. You’ll be prompted to save this folder locally. I suggest having a top-level folder named Patches to make things consistent.

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

Once saved, open your terminal, navigate to the project you wish to apply this new patch to:

cd my-path/very-cool-project
 
-- cgit v1.2.3-54-g00ecf