X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=d682318bfb3b2f3301729b5c3caccf9167a679e2;hb=d5d94ce76327869346e2b02b7b02a3620ddd38eb;hp=96ca14d1cd0887750ceed0f7b18a58be707a89ba;hpb=ec019f1e02bfc457c156a81bd6cc879e89644c21;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 96ca14d..d682318 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -76,7 +76,7 @@ static struct headers NHeaders[] = { { "Subject", HSUB, 0 }, { "To", HADR|HTRY, MVIS }, { "Cc", HADR|HTRY, MVIS }, - { "Dcc", HADR|HTRY|HDCC, MVIS }, + { "Dcc", HADR|HTRY|HDCC, MINV }, { "Bcc", HADR|HTRY|HBCC, MINV }, { "Message-Id", HBAD, 0 }, { "Fcc", HFCC, 0 }, @@ -92,7 +92,7 @@ static struct headers RHeaders[] = { { "Resent-Subject", HSUB, 0 }, { "Resent-To", HADR|HTRY, MVIS }, { "Resent-Cc", HADR|HTRY, MVIS }, - { "Resent-Dcc", HADR|HTRY|HDCC, MVIS }, + { "Resent-Dcc", HADR|HTRY|HDCC, MINV }, { "Resent-Bcc", HADR|HTRY|HBCC, MINV }, { "Resent-Message-Id", HBAD, 0 }, { "Resent-Fcc", HFCC, 0 }, @@ -531,7 +531,7 @@ get_header(char *header, struct headers *table) static void putadr(char *name, struct mailname *nl) { - struct mailname *mp, *mp2; + struct mailname *mp; int linepos; int namelen; @@ -545,7 +545,6 @@ putadr(char *name, struct mailname *nl) linepos = namelen; } linepos = putone(mp->m_text, linepos, namelen); - mp2 = mp; mp = mp->m_next; } putc('\n', out);