From c2f5cf9966ae261a7dab67c150ab3d668c167058 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 12 Jul 2000 21:26:45 +0000 Subject: add "message/news" to the mime_function_table using the same handler as 2000-07-12 Chris Toshok * mail-format.c (setup_function_table): add "message/news" to the mime_function_table using the same handler as message/rfc822. svn path=/trunk/; revision=4122 --- mail/ChangeLog | 5 +++++ mail/mail-format.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 023b31d611..f69c3c8e8a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-07-12 Chris Toshok + + * mail-format.c (setup_function_table): add "message/news" to the + mime_function_table using the same handler as message/rfc822. + 2000-07-12 Chris Toshok * mail-config.glade*: add news server tab to dialog. diff --git a/mail/mail-format.c b/mail/mail-format.c index 56f361aebf..a161a000bb 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -201,6 +201,8 @@ setup_function_table (void) g_hash_table_insert (mime_function_table, "message/rfc822", handle_message_rfc822); + g_hash_table_insert (mime_function_table, "message/news", + handle_message_rfc822); g_hash_table_insert (mime_function_table, "message/external-body", handle_message_external_body); -- cgit v1.2.3