Commit d8fd8973 d8fd8973904fcbc0ecdf69484c5c8a096549e0f2 by Sergey Poznyakoff

(mail_reply): Bugfix.

1 parent 46c8fe29
......@@ -76,8 +76,8 @@ mail_reply (int argc, char **argv)
}
/* Finally, add any Ccs */
header_aget_value (hdr, MU_HEADER_CC, &str);
compose_header_set (&env, MU_HEADER_TO, str, COMPOSE_SINGLE_LINE);
if (header_aget_value (hdr, MU_HEADER_CC, &str) == 0)
compose_header_set (&env, MU_HEADER_TO, str, COMPOSE_SINGLE_LINE);
}
if (header_aget_value (hdr, MU_HEADER_SUBJECT, &str) == 0)
......