diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-25 04:20:28 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-25 04:20:28 +0800 |
commit | f6e3d603c991774938d7125d97b6e3ed10a57ddd (patch) | |
tree | 343d8bb6ab761664a6b942e8d021863ecdf27503 /mail/ChangeLog | |
parent | 73a6d43a66a828b09e2c1b5a483405e6e0b5fa6a (diff) | |
download | gsoc2013-evolution-f6e3d603c991774938d7125d97b6e3ed10a57ddd.tar gsoc2013-evolution-f6e3d603c991774938d7125d97b6e3ed10a57ddd.tar.gz gsoc2013-evolution-f6e3d603c991774938d7125d97b6e3ed10a57ddd.tar.bz2 gsoc2013-evolution-f6e3d603c991774938d7125d97b6e3ed10a57ddd.tar.lz gsoc2013-evolution-f6e3d603c991774938d7125d97b6e3ed10a57ddd.tar.xz gsoc2013-evolution-f6e3d603c991774938d7125d97b6e3ed10a57ddd.tar.zst gsoc2013-evolution-f6e3d603c991774938d7125d97b6e3ed10a57ddd.zip |
Sync the right-click menu with the main menu for modifying messages
svn path=/trunk/; revision=5018
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 811e918928..767238e21a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2000-08-24 Peter Williams <peterw@helixcode.com> + * folder-browser-factory.c (control_activate): Add all the + functions from message-list.c's popup menu to the main + menu as well + + * message-list.c (vfolder_subject): These functions become + public. + * mail-callbacks.c (mark_all_seen): Don't call camel_folder_get_uids here. IMAP, for example, will try to communicate with the IMAP server during that call. |