diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-27 03:30:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-27 03:30:54 +0800 |
commit | 8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2 (patch) | |
tree | b976d38add0304d262b40a1bc86df5535018c587 /my-evolution/ChangeLog | |
parent | f4e863ea7f2ead82a3678cbe8870e01a3a3bf14e (diff) | |
download | gsoc2013-evolution-8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2.tar gsoc2013-evolution-8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2.tar.gz gsoc2013-evolution-8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2.tar.bz2 gsoc2013-evolution-8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2.tar.lz gsoc2013-evolution-8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2.tar.xz gsoc2013-evolution-8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2.tar.zst gsoc2013-evolution-8cca88b4f676ac7cc4b719264c7a6c9d965bc8e2.zip |
New member physical_uri in struct ESummaryMailFolder. (new_folder_cb): Set
* e-summary-mail.c: New member physical_uri in struct
ESummaryMailFolder.
(new_folder_cb): Set it.
(remove_folder_cb): Free it.
(make_pretty_foldername): Rewritten to honour the display_name.
[#7153]
* e-summary.c (destroy): Only remove the source with ID
tomorrow_timeout_id if the ID is nonzero.
svn path=/trunk/; revision=20521
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index debba7cccc..ad4044ab6f 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,15 @@ +2003-03-26 Ettore Perazzoli <ettore@ximian.com> + + * e-summary-mail.c: New member physical_uri in struct + ESummaryMailFolder. + (new_folder_cb): Set it. + (remove_folder_cb): Free it. + (make_pretty_foldername): Rewritten to honour the display_name. + [#7153] + + * e-summary.c (destroy): Only remove the source with ID + tomorrow_timeout_id if the ID is nonzero. + 2003-03-25 Dan Winship <danw@ximian.com> * e-summary.c: Update for e_notice move |