Skip to content
Snippets Groups Projects
Commit 44f90838 authored by echicken's avatar echicken
Browse files

Mark email messages as read.

parent 1e55612f
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,9 @@ var printThread = function(sub, t) {
sub,
header.number
);
} else if(header.attr|MSG_READ) {
header.attr|=MSG_READ;
msgBase.put_msg_header(header.number, header);
}
out += format(
"<a class='ulLink' href='#thread-%s' onclick='toggleVisibility(\"sub-%s-thread-%s\")'>Collapse Thread</a>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment