about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2015-09-06update copyright headers and email addresses
2015-09-05extmsg: add note about the deficiency of the implementation
2015-09-05searchview: link users to permalink instead of thread
2015-09-05extmsg: fall back to partial Message-ID matching
2015-09-05search: tweak parsing for internal queries
2015-09-05search: note why we do not support FLAG_PURE_NOT
2015-09-05searchview: error description for invalid queries
2015-09-05search: use relevance as secondary sort by default
2015-09-05searchview: factor out dump_mset subroutine
2015-09-05searchview: improve footer navigation
2015-09-05view: preliminary HTML search interface
2015-09-04view: fix broken link to ghost fallback
2015-09-04www: extra redirects for the '/'-challenged
2015-09-04view: thread view expands focused message
2015-09-04view: indentation adjustments for collapsed headers
2015-09-04view: reduce redundant attributions in permalink refs
2015-09-04view: add missing newline to inline dump
2015-09-04view: adjust spacing and indentation of index threads
2015-09-04view: one line for thread subjects
2015-09-04view: eliminate redundant [threaded|flat] link
2015-09-04view: do not generate anchors in thread views
2015-09-04SearchMsg: avoid encoding Message-IDs
2015-09-04view: avoid attempting to find "subject dummy"
2015-09-04extmsg: close HTML tag in response
2015-09-04consolidate thread sorting in view
2015-09-04index: use message threading if search is available
2015-09-03www: move fallback after legacy matches
2015-09-03feed: use application/atom+xml for Content-Type
2015-09-03www: attempt to handle Message-IDs with slashes
2015-09-03get rid of Message-ID compression entirely
2015-09-03ExtMsg: 300 to external mailing list archives
2015-09-03search: disable Message-ID compression in Xapian
2015-09-03view: include ghost messages in thread views
2015-09-02implement external Message-ID finder
2015-09-02view: avoid links to unknown compressed Message-IDs
2015-09-02view: pre-anchor entries for flat view
2015-09-02view: simplify parent anchoring code
2015-09-02view: account for missing In-Reply-To header
2015-09-02view: optional flat view for recent messages
2015-09-02view: close possible race condition in thread view
2015-09-01view: purge email address cache after rendering thread
2015-09-01feed: extra newline after nav footer if list footer exists
2015-09-01view: change wording to include "thread" in footer
2015-09-01feed: fix <updated> tag in Atom feed
2015-09-01view: add missing space
2015-09-01view: more robust link generation
2015-09-01view: drop extra '</a>' tag
2015-09-01completely revamp URL structure to shorten permalinks
2015-09-01www: root atom feed is "new.atom" and not "atom.xml"
2015-09-01www: compile mbox regexp only once