diff options
author | Harry Lu <harry.lu@sun.com> | 2003-08-01 10:45:38 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2003-08-01 10:45:38 +0800 |
commit | 98695c35455cdbf4dd8ab7dca0104d340302521c (patch) | |
tree | 65972b1059276b0b2440023ed15ee95e2b6dbab0 /mail/ChangeLog | |
parent | 06a07915ec2809c87bf9213385446267ca4d7599 (diff) | |
download | gsoc2013-evolution-98695c35455cdbf4dd8ab7dca0104d340302521c.tar gsoc2013-evolution-98695c35455cdbf4dd8ab7dca0104d340302521c.tar.gz gsoc2013-evolution-98695c35455cdbf4dd8ab7dca0104d340302521c.tar.bz2 gsoc2013-evolution-98695c35455cdbf4dd8ab7dca0104d340302521c.tar.lz gsoc2013-evolution-98695c35455cdbf4dd8ab7dca0104d340302521c.tar.xz gsoc2013-evolution-98695c35455cdbf4dd8ab7dca0104d340302521c.tar.zst gsoc2013-evolution-98695c35455cdbf4dd8ab7dca0104d340302521c.zip |
*Fix for bug #6951
2003-07-28 Harry Lu <harry.lu@sun.com>
*Fix for bug #6951
* mail-display.c (launch_cb): Bypass the new added menu item.
(save_all_parts_cb): New function. Do the real save-all work.
(save_all_parts): New function. Get the directory to save to.
(save_all_cb): New function. The call-back function for the new
added menu item.
(pixmap_press): Add the new menu item "Save All Attachment...".
(ptr_array_free_notify): A simple wrapper function to free the
pointer array.
(do_attachment_header): Save attachment pointer in an array for
"Save All Attachment" use.
svn path=/trunk/; revision=22045
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cf97d6628a..bbc40ffa6e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2003-08-01 Harry Lu <harry.lu@sun.com> + + *Fix for bug #6951 + + * mail-display.c (launch_cb): Bypass the new added menu item. + (save_all_parts_cb): New function. Do the real save-all work. + (save_all_parts): New function. Get the directory to save to. + (save_all_cb): New function. The call-back function for the new + added menu item. + (pixmap_press): Add the new menu item "Save All Attachment...". + (ptr_array_free_notify): A simple wrapper function to free the + pointer array. + (do_attachment_header): Save attachment pointer in an array for + "Save All Attachment" use. + 2003-08-01 Yuedong Du <yuedong.du@sun.com> * message-browser.c: (on_key_press): close mail message window |