Commit b6254570 b625457066b2b617d5d7545bdfc061f2187d51f2 by Sergey Poznyakoff

Updated

1 parent 164285a5
Showing 1 changed file with 12 additions and 0 deletions
1 2005-03-04 Sergey Poznyakoff
2
3 * mail/mail.h (MAIL_ATTRIBUTE_SHOWN): New attribute. Shows
4 that the message has been displayed during the current session.
5 * mail/next.c (mail_next): Rewritten in accordance with posix:
6 if the current message has not been shown yet, then show
7 it. Otherwise advance to the nearest next non-deleted message.
8 * mail/print.c (mail_print_msg): Set MAIL_ATTRIBUTE_SHOWN after
9 displaying the message
10 * mail/top.c (top0): set read attribute and MAIL_ATTRIBUTE_SHOWN
11 after displaying the message
12
1 2005-03-02 Sergey Poznyakoff 13 2005-03-02 Sergey Poznyakoff
2 14
3 * frm/Makefile.am: Build `from' 15 * frm/Makefile.am: Build `from'
......