+2003-04-14
+
+ * src/compose.c: compose_parse_header(): fixed a bug that unnecessary
+ linebreaks were included on reediting.
+ * src/imap.c
+ src/pop.c: fixed typos: 'occured'.
+
2003-04-11
* src/compose.[ch]: implemented auto signature replacement on
+2003-04-14 [paul] 0.8.11claws89
+
+ * sync with 0.8.11cvs22
+ see ChangeLog 2003-04-14
+
2003-04-13 [paul] 0.8.11claws88
* src/plugins/clamav/clamav_plugin.c
+2003-04-14
+
+ * src/compose.c: compose_parse_header(): ºÆÊÔ½¸»þ¤ËÉÔÍפʲþ¹Ô¤¬´Þ¤Þ
+ ¤ì¤ë¥Ð¥°¤ò½¤Àµ¡£
+ * src/imap.c
+ src/pop.c: 'occured' ¤È¤¤¤¦ typo ¤ò½¤Àµ¡£
+
2003-04-11
* src/compose.[ch]: ¥¢¥«¥¦¥ó¥ÈÊѹ¹»þ¤Î¼«Æ°½ð̾ÀÚ¤êÂØ¤¨¤ò¼ÂÁõ¡£
static gint compose_parse_header(Compose *compose, MsgInfo *msginfo)
{
static HeaderEntry hentry[] = {{"Reply-To:", NULL, TRUE},
- {"Cc:", NULL, FALSE},
+ {"Cc:", NULL, TRUE},
{"References:", NULL, FALSE},
- {"Bcc:", NULL, FALSE},
- {"Newsgroups:", NULL, FALSE},
- {"Followup-To:", NULL, FALSE},
+ {"Bcc:", NULL, TRUE},
+ {"Newsgroups:", NULL, TRUE},
+ {"Followup-To:", NULL, TRUE},
{"List-Post:", NULL, FALSE},
{"X-Priority:", NULL, FALSE},
{NULL, NULL, FALSE}};
for (;;) {
if (sock_gets(SESSION(session)->sock, buf, sizeof(buf)) <= 0) {
- log_warning(_("error occured while getting LIST.\n"));
+ log_warning(_("error occurred while getting LIST.\n"));
break;
}
strretchomp(buf);