]> git.phdru.name Git - mimedecode.git/commitdiff
Add "Mail-Followup-To" header to the list of headers to decode by default
authorOleg Broytman <phd@phdru.name>
Wed, 19 Feb 2014 18:54:17 +0000 (22:54 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 19 Feb 2014 18:54:17 +0000 (22:54 +0400)
mimedecode.docbook
mimedecode.py

index 064729fd507b5a067c187911ef61460bd945c2e0..8fda9a21cb1510165bd7b48fda1a846d05021847 100644 (file)
@@ -192,7 +192,8 @@ command-line options.
       <listitem>
          <para>
             Add the header to a list of headers to decode; initially the list
-            contains headers "From", "To", "Cc", "Reply-To" and "Subject".
+            contains headers "From", "To", "Cc", "Reply-To", "Mail-Followup-To"
+            and "Subject".
          </para>
       </listitem>
    </varlistentry>
@@ -337,11 +338,11 @@ the program always uses the default decoding.
    The program may produce incorrect MIME message. The purpose of the program
    is to decode whatever it is possible to decode, not to produce absolutely
    correct MIME output. The incorrect parts are obvious - decoded
-   From/To/Cc/Reply-To/Subject headers and filenames. Other than that output is
-   correct MIME message. The program does not try to guess whether the headers
-   are correct. For example, if a message header states that charset is
-   iso8859-5, but the body is actually in utf-8 the program will recode the
-   message with the wrong charset.
+   From/To/Cc/Reply-To/Mail-Followup-To/Subject headers and filenames. Other
+   than that output is correct MIME message. The program does not try to guess
+   whether the headers are correct. For example, if a message header states
+   that charset is iso8859-5, but the body is actually in utf-8 the program
+   will recode the message with the wrong charset.
 </para>
 </refsect1>
 
index 90f189e4b2869e494361da9e278ba36977df4f1b..9a23b7f36d934d6b828b35d151fdb634f81191b1 100755 (executable)
@@ -274,7 +274,8 @@ class GlobalOptions:
     host_name = None
 
     # A list of headers to decode
-    decode_headers = ["From", "To", "Cc", "Reply-To", "Subject"]
+    decode_headers = ["From", "To", "Cc", "Reply-To", "Mail-Followup-To",
+                      "Subject"]
 
     # A list of headers' parameters to decode
     decode_header_params = [