diff --git a/src/email.c b/src/email.c index 7a9a2ac..4af83ec 100644 --- a/src/email.c +++ b/src/email.c @@ -422,6 +422,7 @@ void list_emails(struct user_record *user) { position = 0; while (!closed) { if (redraw) { + s_printf("\e[2J\e[1;1H"); s_printf(get_string(126)); for (i = start; i < start + 22 && i < email_count; i++) { localtime_r((time_t *)&emails[i]->date, &msg_date); diff --git a/src/www_email.c b/src/www_email.c index e52f44f..69052cc 100644 --- a/src/www_email.c +++ b/src/www_email.c @@ -364,7 +364,7 @@ char *www_email_summary(struct user_record *user) { if (seen != 0) { stralloc_cats(&page, "-seen"); } - stralloc_cats(&page, "
"); + stralloc_cats(&page, "\">
"); stralloc_cat_long(&page, msgid); stralloc_cats(&page, "