<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hello fellow MailMaters</p>
<p dir="auto">I would like to add signatures with a text editor or with a script to MailMate’s signature config file <code style="padding: 0 0.25em; background-color: #E4E4E4;">MailMate/Signatures.plist</code>.</p>
<p dir="auto">I can base new signatures on old ones. For example, I have already in <code style="padding: 0 0.25em; background-color: #E4E4E4;">Signatures.plist</code> the XML snippet:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #E4E4E4;"><code style="padding: 0 0.25em; background-color: #E4E4E4;">           <dict>
                        <key>addressGlob</key>
                        <string>teaching@mydomain.net</string>
                        <key>html</key>
                        <string></string>
                        <key>htmlEnabled</key>
                        <false/>
                        <key>name</key>
                        <string>medical</string>
                        <key>string</key>
                        <string>--
My Name
Social Scientist/Software Developer/Data Scientist
e: teaching@mydomain.net
</string>
                        <key>uuid</key>
                        <string>095B77F2-CE90-4F9D-A2CF-8E286A539A7A</string>
                </dict>
</code></pre>
<p dir="auto">Creating a new snippet, say, for the email <code style="padding: 0 0.25em; background-color: #E4E4E4;">writing@mydomain.net</code> is straight forward, except the <code style="padding: 0 0.25em; background-color: #E4E4E4;">uuid</code> key which — as I suppose — should be unique.</p>
<p dir="auto">How do I generate a new uuid for the new signature?</p>
<p dir="auto">Many thanks and happy emailing,<br>
Leo</p>

</div>
</div>
</body>

</html>