From: Eric Wong Date: Fri, 29 Apr 2016 20:06:14 +0000 (+0000) Subject: TODO: add item for .mailmap support X-Git-Tag: v1.0.0~575 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752c892abbebe792ae0a88a9e3ce5792dce2ebe9;p=thirdparty%2Fpublic-inbox.git TODO: add item for .mailmap support Email addresses get out-of-date, so make sure they're mapped properly for future readers. git and linux-kernel already have an established convention for this, so we will follow it. --- diff --git a/TODO b/TODO index 34eb53d22..b6a3af3fd 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,8 @@ TODO items for public-inbox (Not in any particular order) +* mailmap support (same as git) for remapping expired email addresses + * Optional cookies in WWW interface for user-configurable colors * WWW: Hybrid flat view + thread skeleton (requires Xapian)