Display heading on boundary between historical and non-historical.

(imported from commit b1669725d5a10ae086d04d0aa03341bcb0b8b858)
This commit is contained in:
Tim Abbott
2013-04-03 17:30:06 -04:00
parent ae4d248da3
commit bad18f6971
4 changed files with 27 additions and 2 deletions

View File

@@ -505,6 +505,8 @@ function add_message_metadata(message, dummy) {
var involved_people;
message.flags = message.flags || [];
message.historical = (message.flags !== undefined &&
message.flags.indexOf('historical') !== -1);
message.starred = message.flags.indexOf("starred") !== -1;
switch (message.type) {