Hierarchy tree incorrect after fixed folder deletion attempt
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 978
- Forks
- 170
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 5
Description
In MFCMAPI, try to delete the folder "Inbox". This expectedly fails with MAPI_W_PARTIAL_COMPLETION. The hierarchy view (left pane) updates and the folder is visually gone (which is wrong). It's required to use F5 to restore the tree view.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failed deletion of the Inbox folder in MFCMAPI and observe the hierarchy view in the left pane. Trace the deletion failure handling and refresh behavior; done means a folder that returns MAPI_W_PARTIAL_COMPLETION remains correctly represented without requiring F5.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100