Also store the "To:" header in the messages GtkListStore

This commit is contained in:
Pierre Pronchery 2008-06-11 00:04:16 +00:00
parent 95ef7c7032
commit 47f48cb8af

View File

@ -77,6 +77,7 @@ int _message_set_header(Message * message, char const * header,
struct { int col; char * name; } abc[] = {
{ MH_COL_SUBJECT, "Subject: " },
{ MH_COL_FROM, "From: " },
{ MH_COL_TO, "To: " },
{ MH_COL_DATE, "Date: " },
{ -1, NULL }
};