<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal"><p dir="auto">On 7 Nov 2017, at 23:39, Bill Cole wrote:</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I agree with this. I do think it would be a nice feature to at least synchronize mailboxes, signatures, and tags. It's just one of those features I keep on postponing.</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Synchronizing account settings would be tricky although I haven't thought about it in detail.</p>
</blockquote><p dir="auto">I miss the old "MobileMe" prefs sync. It *mostly* worked...<br>
<br>
In theory, an app can use the NSUbiquitousKeyValueStore class to sync prefs between multiple devices, but it has an issue. From the Apple docs:<br>
<br>
   "To use this class, you must distribute your app through the App Store or Mac App Store"<br>
<br>
One thing that MIGHT work for the settings that are in the 'defaults' subsystem  (I have not tried it, because I value my email...) is to use its "export" and "import" subcommands to dump the settings to a file that can be loaded on another machine. That has all sorts of problematic edge cases, such as the fact that in my case the 2 machines I would be keeping in sync are a 27" iMac and a 13" Macbook. The different screen sizes mean that I don't want the same window sizes or default layouts or columns or even fonts on both machines. So if a dump/load approach was used, there would need to be some way to protect machine-specific settings.</p>
</blockquote><p dir="auto">Synchronizing MM settings and config can be done through some cloud service or through some imap service (as discussed a while ago). What I am missing yet is syncing the spamsieve settings and data. I regularly run into issue that spam handling on each computer does not agree with each other and mails are showing up in wrong places.</p>
<p dir="auto">Robert</p>
</div>
</div>
</body>
</html>