I have a Queue folder in Thunderbird. I put messages manually in there, and I would like all of them to be in unread status, whether I have read them or not. Like force to be unread all the time. How can I do that?

link|improve this question

50% accept rate
Your title contradicts your text. You want them to be read (text) or unread (title)? – Daniel Beck Jan 7 '11 at 7:15
Sorry.......... – Pentium10 Jan 7 '11 at 7:51
Not unless they include the feature forums.mozillazine.org/viewtopic.php?f=30&t=64313 – random Jan 8 '11 at 16:11
feedback

1 Answer

Mozilla Thunderbird is built on Mozilla's Development Platform and has the same Add-On Extensions capability that Mozilla Firefox has.

I don't think there is a way to do what you want to do natively, but if you know how to build a Firefox Extension, you could look into building a Thunderbird Extension that could monitor your folder and always mark the messages as unread.

Thunderbird Extensions extend the functionality of the application, giving programmers the ability to add additional functionality to it using the add-on architecture, which is similar to how plug-ins work.

Here is the resource center for building Thunderbird Extensions: https://developer.mozilla.org/en/Extensions/Thunderbird

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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