I have my own application which generates messages to be saved in the Drafts folder of Thunderbird. Actually, I just append to the Drafts file, but it doesn't seem right to open a file Thunderbird already has opened.
As a result, Thunderbird doesn't realise that there are new messages in the Drafts folder, and of course the Drafts.msf file isn't current. After closing and restarting Thunderbird, the new messages show.
My question is now: Is there a better way to provide drafts to users? Just triggering Thunderbird to re-read the Drafts file and rebuild the .msf index would be fine, I think.
Right now I am doing this on Linux, is there anything specific if I want to do the same on Windows?
I don't want to use the -compose on the command line, because it would open too many windows when I insert a lot of draft messages.