about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2014-10-05view: tweak attribution line
2014-10-04view: make the thread index less claustrophobic
2014-09-22view: relax line break detection
2014-09-15filter: ensure CRs do not show up in lynx conversions
2014-09-15index: drop signatures from nested output
2014-09-15hval: fixup bad line endings in HTML output
2014-09-15index: add prev/next index navigation
2014-09-15index group state parameters together for generation
2014-09-15view: standalone view shows link to index
2014-09-15view: kill unnecessary assignment
2014-09-15view: support SHA-1 of Message-IDs for message links
2014-09-15index: show short-ish permalinks to messages in threads
2014-09-13line-wrap generated HTML source around attrs for readability
2014-09-07feed: (cleanup) avoid redundant ->message call
2014-09-07feed: sort child messages (forward) chronologically
2014-09-07view: fixup dropped newline in the last commit
2014-09-07view: avoid extraneous space for subject-only messages
2014-09-06view: reduce redundant linkage in index
2014-09-03view: increase context in index views
2014-08-31view: kill leading whitespace in index
2014-08-31view: show quotes in index if parent is too old
2014-08-28view: tighten up regexps used for trimming index
2014-08-28view: trim git patches delimited by /^---$/
2014-08-28feed: deal with removed files
2014-08-28feed: show permalink to home page
2014-08-28view: increase MAX_INLINE_QUOTED threshold to 12
2014-08-28redo main HTML index to show nested messages
2014-08-28view: Email::Address cache purge is optional
2014-08-26show date in top-level threaded index
2014-08-04filter: preserve QP when collapsing multipart
2014-05-21MDA: cleanse headers in case of delivery
2014-05-08mda: drop RFC2369 support for now
2014-05-07www: attempt to improve formatting of footer
2014-05-07consistently whitespace wrap on <pre> sections
2014-05-05www: set charset=UTF-8 in full message view
2014-05-05mda: attempt to prevent training loops
2014-05-05feed: add atom feed link to the bottom
2014-05-05view: add newline before list-wide footer
2014-05-05www: multi-line cloneurl maps to multiple lines
2014-05-05www: add footers to HTML index and message views
2014-05-04add various TODO items
2014-05-02view: API cleanup, remove "as_" prefix
2014-05-02reduce copies by passing string refs to Email::MIME
2014-05-02git cat-file wrapper uses syswrite for writes
2014-05-01thread: limit scope of monkey patch
2014-05-01workaround Mail::Thread memory leak
2014-05-01purge Email::Address cache
2014-05-01split out WWW package and CGI/PSGI-specific parts
2014-04-30"git cat-file --batch" wrapper really mod_perl-compatible
2014-04-30cgi: remove dependency on IPC::Run in CGI