about summary refs log tree commit homepage
DateCommit message (Expand)
2017-06-22test for PublicInbox::Filter::RubyLang
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-07spamassassin: update example ~/.spamassassin/user_prefs file
2017-05-07searchidx: fix ghost root vivification
2017-04-11search: fix help message for searching within quotes
2017-04-05learn: scan all inboxes when learning spam
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-12t/mime: quiet warnings for old versions of Email::Simple
2017-02-11handle repeated References and In-Reply-To headers
2017-02-09config: do not slurp lines into memory
2017-02-07TODO: several updates
2017-02-06search: schema version bump for empty References/In-Reply-To
2017-02-06Revert "searchidx: reindex clobbers old thread IDs"
2017-02-06searchidx: reindex clobbers old thread IDs
2017-02-06searchidx: deal with empty In-Reply-To and References headers
2017-02-06searchview: increase limit for displaying search results
2017-02-06searchview: clarify numeric summary at bottom
2017-01-26add filter for Subject: tags
2017-01-26watchmaildir: allow arguments for filters
2017-01-19watchmaildir: limit live importer processes
2017-01-19learn: implement "rm" only functionality
2017-01-18mime: avoid SUPER usage in Email::MIME subclass
2017-01-11inbox: reinstate periodic cleanup of Xapian and SQLite objects
2017-01-10introduce PublicInbox::MIME wrapper class
2017-01-07inbox: properly register cleanup timer for git processes
2017-01-07search: remove subject_summary
2017-01-07searchmsg: favor direct hash access over accessor methods