/[mailutils]/mailutils/mail/reply.c
ViewVC logotype

Diff of /mailutils/mail/reply.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by polak, Sun Feb 9 12:33:01 2003 UTC revision 1.21 by gray, Sat Sep 20 15:35:39 2003 UTC
# Line 97  reply0 (msgset_t *mspec, message_t msg, Line 97  reply0 (msgset_t *mspec, message_t msg,
97      {      {
98        char *p = NULL;        char *p = NULL;
99                
100        if (strncasecmp (str, "Re:", 3))        if (munre_subject (str, NULL))
101          util_strcat (&p, "Re: ");          util_strcat (&p, util_reply_prefix ());
102        util_strcat (&p, str);        util_strcat (&p, str);
103        free (str);        free (str);
104        compose_header_set (&env, MU_HEADER_SUBJECT, p, COMPOSE_REPLACE);        compose_header_set (&env, MU_HEADER_SUBJECT, p, COMPOSE_REPLACE);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26