Updated Apple Mail command

This commit is contained in:
Dan Mindru 2015-10-20 15:53:36 +02:00
parent 9917961c22
commit 4b0638a245
1 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,8 @@ Here's how the samples look:
- [x] can build templates from multiple sources - [x] can build templates from multiple sources
- [x] watches HTML/CSS files for changes and re-builds - [x] watches HTML/CSS files for changes and re-builds
<small>** *Some mail clients don't support them, so an external URL might be a good idea. **</small>
**Some mail clients don't support them, so an external URL might be a good idea.*
## Getting started ## Getting started
@ -59,7 +60,7 @@ There are several Thunderbird plugins which can automatically insert signatures
- Close Mail.app. - Close Mail.app.
- Open terminal, then open the signature files using TextEdit (might be different for iCloud drive check the article below). - Open terminal, then open the signature files using TextEdit (might be different for iCloud drive check the article below).
``` ```
$ open -a TextEdit ~/Library/Mobile\ Documents/com~apple~mail/Data/V3/MailData/Signatures/ubiquitous_-mailsignature` $ open -a TextEdit ~/Library/Mobile\ Documents/com~apple~mail/Data/V3/MailData/Signatures/ubiquitous_*.mailsignature
``` ```
- Keep the file with the placeholder open, close the other ones. - Keep the file with the placeholder open, close the other ones.
- Replace the `<body>...</body>` and it's contents with the template of your choice. *Don't remove the meta information at the top!* - Replace the `<body>...</body>` and it's contents with the template of your choice. *Don't remove the meta information at the top!*