about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
2015-09-01implement per-thread Atom feeds
2015-09-01feed: extract atom header generation
2015-09-01feed: use updated date based on git commit date
2015-09-01search: show newest results first
2015-09-01search: allow querying all mail with ''
2015-09-01search: reduce redundant doc data
2015-08-30www: avoid BEGIN block for config loading
2015-08-30view: avoid broken parent link in per-message view
2015-08-30view: remove "threadlink" from thread view
2015-08-30view: remove "threadlink" name in per-message view
2015-08-30mid2path: clean MID of angle brackets '<>'
2015-08-30view: fix broken threadlink
2015-08-30search: do not index references and inreplyto terms
2015-08-30view: display thread outline in single-message view
2015-08-30view: update linkification regexp to be more domain sensitive
2015-08-29view: remove dead commented line
2015-08-29avoid length in boolean context
2015-08-28search: do not iterate through entire termlist
2015-08-28search: do not load type into metadata
2015-08-28GitCatFile: remove unnecessary FD_CLOEXEC setting
2015-08-27view: fix short followup links
2015-08-27filter: reject bad attachments outright
2015-08-27implement legacy redirects for old URLs
2015-08-27wire up to display non-suffixed Message-ID links
2015-08-27mid: extract Message-ID from inside '<>'
2015-08-27wire up shorter, less ambiguous URLs
2015-08-27www: minor cleanups to shorten code
2015-08-27www: reduce unused arguments in internal API
2015-08-26mbox: close file handle for single mbox
2015-08-25feed: fix "created" vs "updated" diff in topics
2015-08-25filter: loosen regexp on type matches
2015-08-25feed: merge subjects regardless of "[PATCH vN]"
2015-08-25search: implement subject summarization