Hypothetical scenario:

  1. The IMAP inbox has two messages, A and B.
  2. Thunderbird syncs, and downloads both A and B.
  3. A new message C, is delivered to the IMAP server.
  4. B is deleted from the server by a different client.
  5. Thunderbird syncs again, downloads C and deletes the local copy of B.

What I want is to prevent the local deletion of B. I want it to stay locally until explicitly deleted from within Thunderbird. I understand it won't be on the server any longer, I just want to keep it locally.

Any thoughts?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I don't know if it's possible within the IMAP folders, but you could create a Message Filter in Thunderbird that copied new messages from the IMAP folder to a folder in Local Folders:

First, create a folder in Local Folders to keep the messages in

From the IMAP inbox,
go to Tools / Message Filters
click New
give the filter a name
click Match All Messages
in Perform these actions select Copy Message To and then select the folder you created in Local Folders
click Ok

It should run automatically for all new messages, and you can run it manually by clicking Run Now in the Message Filters box, or from Tools / Run Filters on Folder

link|improve this answer
Exactly what I do with TB. All incoming mail is put to a local folder (specific folders on other rules, common folder for the rest). – karatedog Dec 20 '11 at 10:11
But then it matches new messages in all folders (such as Sent items). Is there a way to make it match only a specific folder? – Unsigned Dec 20 '11 at 14:40
It didn't when I just tested it... I sent email from an IMAP account in Thunderbird; it went to the sent folder in IMAP, but wasn't copied to my local folders. When I replied to it, the incoming reply was copied. About the same time I received an email that was filtered by the server into a different folder, and that didn't get copied by the rule. It sure looks like it's only picking up messages delivered to the Inbox - though if that isn't the behavior you want, I can't see a way to change it. (Thunderbird 8.0 on Windows) – Randy Orrison Dec 20 '11 at 15:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.