]> git.phdru.name Git - mimedecode.git/commitdiff
TODO: add options -s and -S
authorOleg Broytman <phd@phdru.name>
Sat, 8 Mar 2014 16:58:09 +0000 (20:58 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 8 Mar 2014 16:58:09 +0000 (20:58 +0400)
Rename option -s to --save-headers, --save-body and --save-message.

TODO

diff --git a/TODO b/TODO
index a46034ac068996f2f792d89002e1fb328ba49579..a54cf78396d6b931f30f81c038932d2e8095a50b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,16 +6,19 @@ Allow * and exceptions:
 -R *,-h1,-h2,-h3:*,-p1,-p2,-p3
 
 
-Remove option --remove-params.
-
-
 Publish docs in html format.
 
 
 Release 2.4.0.
 
 
-Add option -s to save decoded headers/bodies/messages of parts to files.
+Add option -s header:value to set header's value.
+
+Add option -S header:param=value to set header parameter's value.
+
+
+Add options --save-headers, --save-body and --save-message to save
+decoded headers/bodies/messages of parts to files.
 
 Add option -O to set the destination directory.