X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=TODO;h=5abef185e3f7a9a4fbd69fe91d9d9437ef189f9f;hp=93054bb3129b502abad1b77e315db6c761016450;hb=b41c19abcf0b0ac8a5f55678bfb0058ad50b3179;hpb=b27722260936cd68009f7c1bebc90f22794c0d37 diff --git a/TODO b/TODO index 93054bb3..5abef185 100644 --- a/TODO +++ b/TODO @@ -115,3 +115,11 @@ all need to be considered for everything we introduce) * support searching based on `git-patch-id --stable` to improve bidirectional mapping of commits <=> emails + +* linter to check validity of config file + +* linter option and WWW endpoint to graph relationships and flows + between inboxes, addresses maildirs, coderepos, etc... + +* pygments support - via Python script similar to `git cat-file --batch' + to avoid startup penalty. pygments.rb (Ruby) can be inspiration, too.