Make Reply-To bold too since no one ever figures out why it's not
* mail-format.c (write_default_header): Make Reply-To bold too since no one ever figures out why it's not currently. svn path=/trunk/; revision=13723
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-10-17 Dan Winship <danw@ximian.com>
|
||||
|
||||
* mail-format.c (write_default_header): Make Reply-To bold too
|
||||
since no one ever figures out why it's not currently.
|
||||
|
||||
2001-10-17 Iain Holmes <iain@ximian.com>
|
||||
|
||||
* importers/evolution-mbox-importer.c: Fix the typo.
|
||||
|
||||
@ -909,7 +909,7 @@ write_default_header(CamelMimeMessage *message, MailDisplay *md, int index, int
|
||||
write_address (md, camel_mime_message_get_from (message), _("From"), flags | WRITE_BOLD);
|
||||
break;
|
||||
case 1:
|
||||
write_address (md, camel_mime_message_get_reply_to (message), _("Reply-To"), flags);
|
||||
write_address (md, camel_mime_message_get_reply_to (message), _("Reply-To"), flags | WRITE_BOLD);
|
||||
break;
|
||||
case 2:
|
||||
write_address(md, camel_mime_message_get_recipients(message, CAMEL_RECIPIENT_TYPE_TO),
|
||||
|
||||
Reference in New Issue
Block a user