aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-26 03:32:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-26 03:32:27 +0800
commit22e539d53689ac5a9efce0cc360987923d54d6ba (patch)
tree8c261b1e5d0481e9930c21857edff1a55cd59e1f /mail/ChangeLog
parent91dd1d75d76c31aaab6088482a6a9e5a19777afe (diff)
downloadgsoc2013-evolution-22e539d53689ac5a9efce0cc360987923d54d6ba.tar
gsoc2013-evolution-22e539d53689ac5a9efce0cc360987923d54d6ba.tar.gz
gsoc2013-evolution-22e539d53689ac5a9efce0cc360987923d54d6ba.tar.bz2
gsoc2013-evolution-22e539d53689ac5a9efce0cc360987923d54d6ba.tar.lz
gsoc2013-evolution-22e539d53689ac5a9efce0cc360987923d54d6ba.tar.xz
gsoc2013-evolution-22e539d53689ac5a9efce0cc360987923d54d6ba.tar.zst
gsoc2013-evolution-22e539d53689ac5a9efce0cc360987923d54d6ba.zip
Save the pathname. (save_part): Use the new mail_config cruft to get the
2002-01-25 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (save_data_cb): Save the pathname. (save_part): Use the new mail_config cruft to get the last used save pathname. * mail-config.c (config_read): Read in last_filesel_dir string. (mail_config_write_on_exit): Save the last_filesel_dir setting. (mail_config_get_last_filesel_dir): New (mail_config_set_last_filesel_dir): New svn path=/trunk/; revision=15474
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f37fa60ca4..072ac00183 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2002-01-25 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-display.c (save_data_cb): Save the pathname.
+ (save_part): Use the new mail_config cruft to get the last used
+ save pathname.
+
+ * mail-config.c (config_read): Read in last_filesel_dir string.
+ (mail_config_write_on_exit): Save the last_filesel_dir setting.
+ (mail_config_get_last_filesel_dir): New
+ (mail_config_set_last_filesel_dir): New
+
* component-factory.c (destination_folder_handle_motion): Do some
NULL checking on the url before using it.
(destination_folder_handle_drop): Make sure the uri is non-NULL