I'm thinking of using the following bit of code to force trashed and
sent messages to appear only in a user's local "Mail" Trash and Sent
mailboxes so they can be archived. It should be used only on one Mac
where the archive is to be created.
try -- only for imap account
set store deleted messages on server of anAcnt to false
end try
try -- only for imap account
set store sent messages on server of anAcnt to false
end try
It looks like something reasonable to do, but I don't have any
experience with storing mail on a server so I can access it from
multiple locations. No doubt some of you have just such experience.
Does it seem reasonable to you?