]> diplodocus.org Git - nmh/commitdiff
Minor comment update.
authorKen Hornstein <kenh@pobox.com>
Tue, 22 Oct 2013 03:51:57 +0000 (23:51 -0400)
committerKen Hornstein <kenh@pobox.com>
Tue, 22 Oct 2013 03:51:57 +0000 (23:51 -0400)
sbr/encode_rfc2047.c

index ff77ff52a0c419730f92cc67c40cdbbdeb938a29..0160aa915d4bc5f6f16d848020d8b6a600dc9b70 100644 (file)
@@ -8,6 +8,11 @@
 
 #include <h/mh.h>
 
 
 #include <h/mh.h>
 
+/*
+ * List of headers that contain addresses and as a result require special
+ * handling
+ */
+
 /*
  * Encode a message header using RFC 2047 encoding.  We make the assumption
  * that all characters < 128 are ASCII and as a consequence don't need any
 /*
  * Encode a message header using RFC 2047 encoding.  We make the assumption
  * that all characters < 128 are ASCII and as a consequence don't need any
@@ -41,3 +46,4 @@ encode:
      * Also, we're not permitted to encode email addresses, so
      * we need to actually _parse_ email addresses and only encode
      * the right bits.  
      * Also, we're not permitted to encode email addresses, so
      * we need to actually _parse_ email addresses and only encode
      * the right bits.  
+     */