summaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2003-03-03 14:25:14 +0000
committerThomas Roessler <roessler@does-not-exist.org>2003-03-03 14:25:14 +0000
commita2040a8e8a9311f7e555999a10bdee1fc3b35da2 (patch)
treec6ac2f14e6a8fe0e4226dfa22d8d3149c9e53276 /copy.c
parentce78de5ad81cb5c9598d5da1d141f30e4e86e37b (diff)
Fixing some nits.
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/copy.c b/copy.c
index fc148c31..06a89f77 100644
--- a/copy.c
+++ b/copy.c
@@ -827,6 +827,13 @@ static int address_header_decode (char **h)
l = 7;
break;
}
+ case 't':
+ {
+ if (ascii_strncasecmp (s, "to:", 3))
+ return 0;
+ l = 3;
+ break;
+ }
case 'm':
{
if (ascii_strncasecmp (s, "mail-followup-to:", 17))