about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2017-06-29view: cull redundant phrases in subjects
2017-06-29hval: only perform one substitution when obfuscating
2017-06-26msgmap: reduce constant usage
2017-06-26watch: avoid potential race condition while quitting
2017-06-26watch: commit changes to fast-import sooner
2017-06-26watch: use "self-inotify-tempfile trick" for quit
2017-06-26watch: improve fairness during full rescans
2017-06-26spamc: retry on EINTR
2017-06-26watch: ensure HUP causes the scanner to be reloaded
2017-06-26mda: set List-ID correctly according to RFC2919
2017-06-23linkify: handle URLs in parenthesized statements
2017-06-23allow admins to configure non-obfuscated addresses/domains
2017-06-23config: assume lists have multiple addresses
2017-06-23view: add newline before mailto: instructions in reply
2017-06-23mbox: show application/mbox for obfuscated inboxes
2017-06-23reply: handle address obfuscation :<
2017-06-23searchidx: fallback to lookup on pre-set article numbers
2017-06-23msgmap: ignore duplicates instead of dying
2017-06-23watchmaildir: deal with rejected (100) messages
2017-06-22filter/rubylang: reuse altid entry from inbox object
2017-06-22msgmap: mid_insert ignores duplicates instead of die-ing
2017-06-22add filter for RubyLang lists
2017-06-20import: fix encoding issues from weird "raw" emails
2017-06-16view: implement optional address obfuscation
2017-06-15reply: support Reply-To
2017-06-15replyto parameter support
2017-06-15view: split out reply logic into its own module
2017-06-15searchidx: remove messages correctly from Xapian index
2017-06-14search: allow searching within mail diffs
2017-06-14searchidx: switch to accounting by message bytes
2017-06-14search: remove unnecessary abstractions and functionality
2017-06-07filter/subjecttag: account for missing Subject: header
2017-05-25import: reset :raw mode for commit title (subject)
2017-05-23searchview: retry queries if uri_unescape-able
2017-05-23www: do not mangle characters from search queries
2017-05-09www: avoid undefined warnings for query string parsing
2017-05-09watchmaildir: show $@ in warning message
2017-05-09searchidx: use cached local $@ copy
2017-05-07searchidx: fix ghost root vivification
2017-04-11search: fix help message for searching within quotes
2017-04-04watchmaildir: do not reject lowercase flags on Maildir files
2017-03-24searchview: show full (&x=t) messages in ascending chronlogical order
2017-03-24searchview: add "t" id to link to thread overview
2017-03-22extmsg: use updated mail-archive.com URL
2017-03-14view: escape HTML description name
2017-02-14www: do not unescape PATH_INFO twice
2017-02-11handle repeated References and In-Reply-To headers
2017-02-09config: do not slurp lines into memory
2017-02-06search: schema version bump for empty References/In-Reply-To
2017-02-06Revert "searchidx: reindex clobbers old thread IDs"