<!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">On 25 Aug 2024, at 8:37, leo wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<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="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">MailMate/Signatures.plist</code>.</p>
<p dir="auto">I can base new signatures on old ones. For example, I have already in <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">Signatures.plist</code> the XML snippet:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">        <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="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">writing@mydomain.net</code> is straight forward, except the <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">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>
</blockquote>
<p dir="auto">macOS comes with a command-line tool called "uuidgen". Just open the Terminal and enter uuidgen followed by a return.</p>
<p dir="auto">--<br>
.:.Sebastian Hagedorn - Weyertal 121 (Gebäude 133), Zimmer 2.13.:.<br>
.:.Regionales Rechenzentrum (RRZK).:.<br>
.:.Universität zu Köln / Cologne University - ✆ +49-221-470-89578.:.</p>

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

</html>