]> granicus.if.org Git - mutt/commitdiff
Fix another stupid error, and decode IDNs in the CC header.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 4 Mar 2003 09:27:21 +0000 (09:27 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 4 Mar 2003 09:27:21 +0000 (09:27 +0000)
copy.c

diff --git a/copy.c b/copy.c
index 06a89f77469a4c190561a82c5ea4ea6d9576a8c6..389608edbc1006fa10d8f09a45df912b8239fa99 100644 (file)
--- a/copy.c
+++ b/copy.c
@@ -807,7 +807,7 @@ static int address_header_decode (char **h)
     }
     case 'c':
     {
-      if (ascii_strncasecmp (s, "to:", 3))
+      if (ascii_strncasecmp (s, "cc:", 3))
        return 0;
       l = 3;
       break;