Commit f980046b f980046bf75e85824b7e62122655f9d54bb72525 by Sergey Poznyakoff

set READ instead of SEEN attribute on read messages

1 parent 98602610
......@@ -94,7 +94,7 @@ mail_print (int argc, char **argv)
pclose (out);
message_get_attribute (mesg, &attr);
attribute_set_seen (attr);
attribute_set_read (attr);
return 0;
}
......