[MlMt] How do I generate a new uuid for a signature entry in the Signatures.plist file?

Sebastian Hagedorn Hagedorn at uni-koeln.de
Sun Aug 25 08:43:16 EDT 2024


On 25 Aug 2024, at 8:37, leo wrote:

> Hello fellow MailMaters
>
> I would like to add signatures with a text editor or with a script to MailMate’s signature config file `MailMate/Signatures.plist`.
>
> I can base new signatures on old ones. For example, I have already in `Signatures.plist` the XML snippet:
>
> ```
>     	<dict>
>     		<key>addressGlob</key>
>     		<string>teaching at 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 at mydomain.net
> </string>
>     		<key>uuid</key>
>     		<string>095B77F2-CE90-4F9D-A2CF-8E286A539A7A</string>
>     	</dict>
> ```
>
> Creating a new snippet, say, for the email `writing at mydomain.net` is straight forward, except the `uuid` key which — as I suppose — should be unique.
>
> How do I generate a new uuid for the new signature?

macOS comes with a command-line tool called "uuidgen". Just open the Terminal and enter uuidgen followed by a return.

-- 
   .:.Sebastian Hagedorn - Weyertal 121 (Gebäude 133), Zimmer 2.13.:.
                .:.Regionales Rechenzentrum (RRZK).:.
  .:.Universität zu Köln / Cologne University - ✆ +49-221-470-89578.:.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20240825/475b6700/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3981 bytes
Desc: S/MIME digital signature
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20240825/475b6700/attachment.bin>


More information about the mailmate mailing list