From: Francois Fleuret Date: Fri, 1 Feb 2013 13:55:33 +0000 (+0100) Subject: Fix of the subject token name. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=ca29e385eb436019a4130e410284f3e4f173e716 Fix of the subject token name. --- diff --git a/mymail.c b/mymail.c index 0593f62..abd4658 100644 --- a/mymail.c +++ b/mymail.c @@ -64,7 +64,7 @@ static char *field_names[] = { "mail", "from", "dest", - "subj", + "subject", "part" };