diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-06 08:53:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-06 08:53:20 +0800 |
commit | 9ca299b427db9febb37208a33d238463f7a9b3bd (patch) | |
tree | b4ef8ff94113c5d81a800d45ed605f1739f3d49d /mail/ChangeLog | |
parent | 2e53ea5326b120e26d3e062897b955d95988ff4f (diff) | |
download | gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.gz gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.bz2 gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.lz gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.xz gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.tar.zst gsoc2013-evolution-9ca299b427db9febb37208a33d238463f7a9b3bd.zip |
Added an "Undelete" option to the right-click menu and also set a mask so
2000-11-05 Jeffrey Stedfast <fejj@helixcode.com>
* folder-browser.c (on_right_click): Added an "Undelete" option to
the right-click menu and also set a mask so it was only selectable
if the message is marked as deleted. Also set a mask for "Mark as
Read" and "Mark as Unread".
* mail-callbacks.c (undelete_msg): New callback to undelete
messages.
svn path=/trunk/; revision=6407
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5faaab16eb..5d207a45bb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2000-11-05 Jeffrey Stedfast <fejj@helixcode.com> + + * folder-browser.c (on_right_click): Added an "Undelete" option to + the right-click menu and also set a mask so it was only selectable + if the message is marked as deleted. Also set a mask for "Mark as + Read" and "Mark as Unread". + + * mail-callbacks.c (undelete_msg): New callback to undelete + messages. + 2000-11-03 Dan Winship <danw@helixcode.com> * message-list.c (cleanup_regenerate_messagelist): don't free the |