This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
1 button to delete all crafting order mail that are filled, or declined, etc
That would be nice +1
I have decided to address this by having the mails automatically deleted when empty. Please try the new alpha below.
I have released an r584-alpha build where work order mails now get deleted once the work order items are taken. This works for both the Select open feature and the Open All feature. This a core design change as Postal never ever before deleted mails but rather let Blizzard do it automatically when the mail was empty. However, Blizzard does not automatically delete empty work order mails when all items are taken so now Postal will do it. This was a bit complicated to add since the Blizzard API's TakeInboxItem(mailIndex, attachIndex) and DeleteInboxItem(mailIndex) are asynchronous calls.
I have done everything I can think of to ensure Postal never deletes any mail that contains items or money. I would like some people to volunteer to test this change but be warned there is now a delete mail call in the code.
To post a comment, please login or register a new account.