diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-19 08:11:58 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-19 08:11:58 +0800 |
commit | b8fc17e8f9af33733e57aeeb5436bbd8c2c6076d (patch) | |
tree | e3701b9fd937f621f4aecd2194016de78dc14a6a /my-evolution/ChangeLog | |
parent | 49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0 (diff) | |
download | gsoc2013-evolution-b8fc17e8f9af33733e57aeeb5436bbd8c2c6076d.tar gsoc2013-evolution-b8fc17e8f9af33733e57aeeb5436bbd8c2c6076d.tar.gz gsoc2013-evolution-b8fc17e8f9af33733e57aeeb5436bbd8c2c6076d.tar.bz2 gsoc2013-evolution-b8fc17e8f9af33733e57aeeb5436bbd8c2c6076d.tar.lz gsoc2013-evolution-b8fc17e8f9af33733e57aeeb5436bbd8c2c6076d.tar.xz gsoc2013-evolution-b8fc17e8f9af33733e57aeeb5436bbd8c2c6076d.tar.zst gsoc2013-evolution-b8fc17e8f9af33733e57aeeb5436bbd8c2c6076d.zip |
Keep the mail folders in the correct order
svn path=/trunk/; revision=12963
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 5ce33ade93..e293f0d0a7 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,5 +1,14 @@ 2001-09-18 Iain Holmes <iain@ximian.com> + * e-summary-preferences.c (mail_remove_clicked_cb): Select the next + folder for removal. + + * e-summary-mail.c (e_summary_mail_reconfigure): Don't do the hashtable + thing to get folders. Just iterate through the list lookuping the + folders instead. This keeps the required order. + +2001-09-18 Iain Holmes <iain@ximian.com> + * e-summary-preferences.c (mail_add_clicked_cb): Don't add folders that are already in the list |