about summary refs log tree commit homepage
DateCommit message (Expand)
2016-12-17atom: implement message threading per RFC 4685
2016-12-17feed: support publicinbox.<name>.feedmax
2016-12-14TODO: note IO::KQueue for the ticket
2016-12-14t/thread-cycle: no need for Xapian to run this test
2016-12-14wwwtext: remove outdated comment
2016-12-13searchmsg: remove unused EPOCH_822 constant
2016-12-13nntp: avoid useless use of strftime
2016-12-13nntp: add test case for the "DATE" command
2016-12-12daemon: set $now time for NNTP shutdown
2016-12-12doc: simplify makefile snippet
2016-12-12init: preserve permissions of existing config file
2016-12-10search: retry document loading from Xapian
2016-12-10search: always sort thread results in ascending time order
2016-12-10thread: last Reference always wins
2016-12-10view: skip ghosts with no direct children
2016-12-10view: reduce indentation for skeleton generation
2016-12-10thread: fix comment describing its existence
2016-12-10view: favor SearchMsg for In-Reply-To over Email::MIME
2016-12-10search: favor In-Reply-To over last References iff IRT exists
2016-12-06linkify: implement Markdown link compatibility (again)
2016-12-06Revert "linkify: implement Markdown link compatibility"
2016-12-06linkify: implement Markdown link compatibility
2016-12-03atom: switch to getline/close for response bodies
2016-12-03wwwstream: improve documentation and variable naming
2016-12-03searchview: fix <title> tag in Atom feed
2016-11-29note the source code is AGPL for cloning
2016-11-26avoid IO::File for anonymous temporary files
2016-11-26githttpbackend: error checking for input handling
2016-11-22view: fix spaces in mailto: link
2016-11-18index: allow indexing before configuration
2016-10-16import: failed GC runs are non-fatal
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-05t/thread-cycle: test self-referential messages
2016-10-05view: remove redundant children array in thread views
2016-10-05thread: use hash + array instead of hand-rolled linked list
2016-10-05thread: fix sorting without topmost
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-05inbox: deal with ghost smsg
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