[Gnucash-changes] r13676 - meta/hooks - It's RFC 2047, not 2407.

Derek Atkins warlord at cvs.gnucash.org
Mon Mar 20 17:19:49 EST 2006


Author: warlord
Date: 2006-03-20 17:19:48 -0500 (Mon, 20 Mar 2006)
New Revision: 13676
Trac: http://svn.gnucash.org/trac/changeset/13676

Modified:
   meta/hooks/commit-email.pl
Log:
It's RFC 2047, not 2407.


Modified: meta/hooks/commit-email.pl
===================================================================
--- meta/hooks/commit-email.pl	2006-03-20 22:05:22 UTC (rev 13675)
+++ meta/hooks/commit-email.pl	2006-03-20 22:19:48 UTC (rev 13676)
@@ -655,7 +655,7 @@
     }
 }
 
-# Convert a "header" string with UTF8 to the appropriate RFC2407 format
+# Convert a "header" string with UTF8 to the appropriate RFC2047 format
 sub header_encode
 {
     my ($header) = @_;



More information about the gnucash-changes mailing list