diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/folder-browser.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e726b5e05..13a33fc74f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-01-30 Kjartan Maraas <kmaraas@gnome.org> + + * folder-browser.c: Fix typo. + 2001-01-29 Jeffrey Stedfast <fejj@helixcode.com> * mail-importer.c (mail_importer_add_line): Cast the diff --git a/mail/folder-browser.c b/mail/folder-browser.c index ee522c899d..b8a7624d92 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -568,7 +568,7 @@ hide_read(GtkWidget *w, FolderBrowser *fb) message_list_hide_add(ml, "(match-all (system-flag \"seen\"))", ML_HIDE_SAME, ML_HIDE_SAME); } -/* dum de dum, about the 3rd coyp of this function throughout the mailer/camel */ +/* dum de dum, about the 3rd copy of this function throughout the mailer/camel */ static const char * strip_re(const char *subject) { |