about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchThread.pm
DateCommit message (Expand)
2018-04-25thread: sort incoming messages by Date
2018-04-25thread: prevent hidden threads in /$INBOX/ landing page
2018-03-29search: get rid of most lookup_* subroutines
2017-10-03search: try to fill in ghosts when generating thread skeleton
2017-02-11handle repeated References and In-Reply-To headers
2016-12-21searchthread: simplify API and remove needless OO
2016-12-21searchthread: update comment about loop prevention
2016-12-10thread: last Reference always wins
2016-12-10view: skip ghosts with no direct children
2016-12-10thread: fix comment describing its existence
2016-10-14thread: reinstates stable ordering when ghosts are present
2016-10-13thread: fix parent/child relationships
2016-10-13thread: reduce indentation level
2016-10-05thread: remove weaken dependency
2016-10-05thread: use hash + array instead of hand-rolled linked list
2016-10-05thread: inline and remove recurse_down logic
2016-10-05thread: order_children no longer cares about depth
2016-10-05thread: avoid incrementing undefined value
2016-10-05thread: remove iterate_down
2016-10-05thread: simplify
2016-10-05thread: remove rootset accessor method
2016-10-05thread: remove Email::Abstract wrapping
2016-10-05thread: remove accessor usage in internals
2016-10-05thread: pass array refs instead of entire arrays
2016-10-05thread: remove Mail::Thread dependency