diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-05-07 05:17:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-07 05:17:05 +0800 |
commit | 0425bffaf1c34bb5a547ceacc64ba6b71a005ac0 (patch) | |
tree | f4ca1924c2ad9b7626ca52ee5c89a67fdcdeea02 /mail/ChangeLog | |
parent | bf8e5274dd9eb28db28f7542b838b3c1e46d206f (diff) | |
download | gsoc2013-evolution-0425bffaf1c34bb5a547ceacc64ba6b71a005ac0.tar.gz gsoc2013-evolution-0425bffaf1c34bb5a547ceacc64ba6b71a005ac0.tar.zst gsoc2013-evolution-0425bffaf1c34bb5a547ceacc64ba6b71a005ac0.zip |
Set the Seen flag as well since it's safe to assume that if the user has
2002-05-06 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mail_reply): Set the Seen flag as well since
it's safe to assume that if the user has replied to an email
message that he has read it. Not always true, but usually ;-)
svn path=/trunk/; revision=16693
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a21bd6d22a..61c2891b8a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2002-05-06 Jeffrey Stedfast <fejj@ximian.com> + * mail-callbacks.c (mail_reply): Set the Seen flag as well since + it's safe to assume that if the user has replied to an email + message that he has read it. Not always true, but usually ;-) + * folder-browser.c (on_right_click): If we are in a Sent/Drafts/Outbox folder, don't show the "Add Sender to Addressbook" menu item. |