about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-04-29 20:06:14 +0000
committerEric Wong <e@80x24.org>2016-04-29 20:06:14 +0000
commit752c892abbebe792ae0a88a9e3ce5792dce2ebe9 (patch)
tree0d45fcc9c2daed4d1b9fc908c31968e58b45ac30
parentf947a355417328a96b1bbe43223cbae79fc10345 (diff)
downloadpublic-inbox-752c892abbebe792ae0a88a9e3ce5792dce2ebe9.tar.gz
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.
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 34eb53d2..b6a3af3f 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)