about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2018-02-07update copyrights for 2018
2018-02-03view: allow expanding directly to "nested" view
2018-01-30view: close <pre> in reply instructions
2018-01-29view: adjust wording for reply-to-list configs
2017-12-21view: avoid deduping a single word in subject skeletons
2017-11-29view: avoid warning from negative repeat counts
2017-10-18view: s/threaded/nested/ in view
2017-10-03search: try to fill in ghosts when generating thread skeleton
2017-10-03threading: deal with improperly-terminated References headers
2017-06-29view: cull redundant phrases in subjects
2017-06-23allow admins to configure non-obfuscated addresses/domains
2017-06-23view: add newline before mailto: instructions in reply
2017-06-23reply: handle address obfuscation :<
2017-06-16view: implement optional address obfuscation
2017-06-15replyto parameter support
2017-06-15view: split out reply logic into its own module
2017-03-14view: escape HTML description name
2017-02-11handle repeated References and In-Reply-To headers
2017-01-10introduce PublicInbox::MIME wrapper class
2016-12-24linkify: modify argument in place
2016-12-24view: do not modify array during iteration
2016-12-24view: stop chomping off whitespace at ends of messages
2016-12-24view: remove unused parameter
2016-12-21searchthread: simplify API and remove needless OO
2016-12-20searchmsg: remove ensure_metadata
2016-12-10search: retry document loading from Xapian
2016-12-10search: always sort thread results in ascending time order
2016-12-10view: reduce indentation for skeleton generation
2016-12-10view: favor SearchMsg for In-Reply-To over Email::MIME
2016-11-22view: fix spaces in mailto: link
2016-10-14thread: reinstates stable ordering when ghosts are present
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: remove rootset accessor method
2016-10-05thread: remove Email::Abstract wrapping
2016-10-05thread: pass array refs instead of entire arrays
2016-10-05thread: remove Mail::Thread dependency
2016-10-05view: remove "subject dummy" references
2016-09-08view: handle missing Content-Type in message
2016-08-18view: try assuming UTF-8 for bogus charsets
2016-08-18view: try to display bogus charsets for text/plain
2016-08-18view: attach_link uses string concatentation
2016-08-14www: do not double-clean Message-IDs from internal DBs
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-14view: remove redundant pre closing tag
2016-08-14view: allow for missing In-Reply-To mapping
2016-08-06www: use <hr> to delimit messages in /new.html view, too
2016-08-06view: do not introduce excessive </pre> in $MID/t/ view
2016-08-05view: use <hr> to delineate in /$MID/T/ view