diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-01 04:05:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-01 04:05:47 +0800 |
commit | 6f95a96083dc0c00b18a612e2309a008b9cc0e21 (patch) | |
tree | e8eb7c3517da349a0bb655982d036c39bbc18818 /mail/ChangeLog | |
parent | 39361c665a62e68991e51a9c13c2b2074a130ed4 (diff) | |
download | gsoc2013-evolution-6f95a96083dc0c00b18a612e2309a008b9cc0e21.tar gsoc2013-evolution-6f95a96083dc0c00b18a612e2309a008b9cc0e21.tar.gz gsoc2013-evolution-6f95a96083dc0c00b18a612e2309a008b9cc0e21.tar.bz2 gsoc2013-evolution-6f95a96083dc0c00b18a612e2309a008b9cc0e21.tar.lz gsoc2013-evolution-6f95a96083dc0c00b18a612e2309a008b9cc0e21.tar.xz gsoc2013-evolution-6f95a96083dc0c00b18a612e2309a008b9cc0e21.tar.zst gsoc2013-evolution-6f95a96083dc0c00b18a612e2309a008b9cc0e21.zip |
New function, a wrapper around e_table_selected_row_foreach, which calls
* message-list.c (message_list_foreach): New function, a wrapper
around e_table_selected_row_foreach, which calls the callback
function with UIDs rather than row numbers.
* folder-browser-factory.c: Remove never-used "Find" button from
the toolbar and replace it with "Refile". (We need a better icon
for this...). Hook up "Refile" to "refile_msg".
* mail-ops.c (refile_msg): Call the shell's user_select_folder
routine, and then use message_list_foreach and real_refile_msg to
do the work.
(delete_msg): Update to use message_list_foreach.
* folder-browser.c (mail_uri_to_folder): new function, extracted
from folder_browser_load_folder, to turn a URI into a folder.
(folder_browser_load_folder): Use it.
svn path=/trunk/; revision=3833
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a6cb7ce46d..1313c25481 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,22 @@ +2000-06-30 Dan Winship <danw@helixcode.com> + + * message-list.c (message_list_foreach): New function, a wrapper + around e_table_selected_row_foreach, which calls the callback + function with UIDs rather than row numbers. + + * folder-browser-factory.c: Remove never-used "Find" button from + the toolbar and replace it with "Refile". (We need a better icon + for this...). Hook up "Refile" to "refile_msg". + + * mail-ops.c (refile_msg): Call the shell's user_select_folder + routine, and then use message_list_foreach and real_refile_msg to + do the work. + (delete_msg): Update to use message_list_foreach. + + * folder-browser.c (mail_uri_to_folder): new function, extracted + from folder_browser_load_folder, to turn a URI into a folder. + (folder_browser_load_folder): Use it. + 2000-06-30 Peter Williams <peterw@curious-george.helixcode.com> * component-factory.c (create_news_storage, create_imap_storage): |