]> git.phdru.name Git - mimedecode.git/blobdiff - TODO
TODO: change options -r and -R to accept lists
[mimedecode.git] / TODO
diff --git a/TODO b/TODO
index dde7594ef4a6da9c36bde3974b3a1717c399323c..53e5eec28ca1c4426412cb765ac494d73a305ab8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,15 +13,19 @@ Allow * and exceptions:
 -p *,-h1,-h2,-h3:*,-p1,-p2,-p3
 
 
-#Add option --params=header to decode all parameters for the header
-#(except -p).
-#
-#
-#Add options
-#--all-headers to decode all headers (except -d)
-#--all-params to decode all parameters for all headers (except -p)
-#--all-headers-params to decode all header values + decode all parameters
-#for all headers (except -d and -p).
+Change option -r to accept a list of headers: -r h1,h2,h3,...
+
+
+Change option -r to remove all headers and accept a list of exceptions:
+-r *,-h1,-h2,...
+
+
+Change option -R to accept lists of headers and parameters:
+-R h1,h2,h3:p1,p2,p3
+Allow * and exceptions:
+-R h1,h2,h3:*,-p1,-p2,-p3
+-R *,-h1,-h2,-h3:p1,p2,p3
+-R *,-h1,-h2,-h3:*,-p1,-p2,-p3
 
 
 Add option -s to save decoded parts to files.