<!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 11 Oct 2022, at 9:23, Scott Schulz wrote:</p>
</div><div class="plaintext" style="white-space: normal;"><blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;"><p dir="auto">So I’m wondering if there is a manual way to remove that source from the list, and any saved emails from disk?</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">Hi Scott,</p>
<p dir="auto">This requires some surgery, but it’s doable.</p>
<p dir="auto">IMAP accounts are stored in <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">~/Library/ApplicationSupport/MailMate/Sources.plist</code>.</p>
<p dir="auto">SMTP accounts are stored in <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">~/Library/ApplicationSupport/MailMate/Submission.plist</code>.</p>
<p dir="auto">Sending identities are stored in <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">~/Library/ApplicationSupport/MailMate/Identities.plist</code>.</p>
<p dir="auto">If you’re familiar with plist syntax this should be pretty straightforward.</p>
<p dir="auto">The arrangement and properties of folders are stored in <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">~/Library/ApplicationSupport/MailMate/Mailboxes.plist</code>. This one is pretty complicated so I would probably first try leaving it alone and seeing if MailMate freaks out when it finds that the source for some mailboxes has disappeared. If so, you’ll need to remove the items that reference the account you’ve deleted in their <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">uuid</code> value. And then if any of the items your deleted are mentioned in another item’s <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">previousUUID</code> value, you’ll probably have to change the <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">previousUUID</code> value to point to an item that still exists. (This is how item ordering is defined.)</p>
<p dir="auto">Make sure MailMate is not running when you edit these. And back them up!</p>
<p dir="auto">Cached messages are stored in subfolders of <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">~/Library/ApplicationSupport/MailMate/Messages.noindex/IMAP</code>. You can delete these once the account is gone.</p>
<p dir="auto">Hope this helps,<br>
-sam</p>

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

</html>