mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-18 14:07:54 +08:00
4bb491f9a3
The thread graph includes a synthetic root node with id "0" which caused a panic when parsing IDs and an index-out-of-bounds when displaying message headers. Filter out the root before fetching and use the correct index for display. Refs: #630