diff options
author | Cody Russell <bratsche@gnome.org> | 2000-07-29 12:20:38 +0800 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2000-07-29 12:20:38 +0800 |
commit | f34353458d545d679e9daebb22ade4f1f02c8e00 (patch) | |
tree | 9e2cd77f1d69f07e24167acdd158ab77161e76ac /mail/ChangeLog | |
parent | da2fff47da91473e5299e311b7ec698463823f1f (diff) | |
download | gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar.gz gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.tar.zst gsoc2013-evolution-f34353458d545d679e9daebb22ade4f1f02c8e00.zip |
Added mark_all_seen(), to mark every message in the list with
2000-07-28 Cody Russell <bratsche@gnome.org>
* mail-ops.c, mail.h: Added mark_all_seen(), to mark every
message in the list with CAMEL_MESSAGE_SEEN.
* folder-browser-factory.c: Added "Actions/Mark all seen".
svn path=/trunk/; revision=4412
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d26439f1f2..24f8e89af6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-07-28 Cody Russell <bratsche@gnome.org> + * mail-ops.c, mail.h: Added mark_all_seen(), to mark every + message in the list with CAMEL_MESSAGE_SEEN. + + * folder-browser-factory.c: Added "Actions/Mark all seen". + 2000-07-27 Jeffrey Stedfast <fejj@helixcode.com> * mail-config.c: Lets fix Dan's kludge the Right Way (tm) |