aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-28 16:08:49 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-28 16:08:49 +0800
commit01c6e724a790c1743bfec5d14b107adfa96e91b1 (patch)
tree51dff57e2a6b144191d3432b583c4a656dd4f0ed /mail/ChangeLog
parente9cddebb2ed8e6d0289f883d6a05b2951198bcb0 (diff)
downloadgsoc2013-evolution-01c6e724a790c1743bfec5d14b107adfa96e91b1.tar
gsoc2013-evolution-01c6e724a790c1743bfec5d14b107adfa96e91b1.tar.gz
gsoc2013-evolution-01c6e724a790c1743bfec5d14b107adfa96e91b1.tar.bz2
gsoc2013-evolution-01c6e724a790c1743bfec5d14b107adfa96e91b1.tar.lz
gsoc2013-evolution-01c6e724a790c1743bfec5d14b107adfa96e91b1.tar.xz
gsoc2013-evolution-01c6e724a790c1743bfec5d14b107adfa96e91b1.tar.zst
gsoc2013-evolution-01c6e724a790c1743bfec5d14b107adfa96e91b1.zip
** See bug #53179
2004-01-28 Not Zed <NotZed@Ximian.com> ** See bug #53179 * mail-tools.c (mail_tool_get_local_movemail_path): Fix the movemail path. * mail-component.c (load_accounts): hack alert! * mail-send-recv.c (get_receive_type): hack alert! hardcode mbox: to be a movemail source. svn path=/trunk/; revision=24486
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c47b33e464..6831f3b639 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2004-01-28 Not Zed <NotZed@Ximian.com>
+ ** See bug #53179
+
+ * mail-tools.c (mail_tool_get_local_movemail_path): Fix the
+ movemail path.
+
+ * mail-component.c (load_accounts): hack alert!
+ * mail-send-recv.c (get_receive_type): hack alert! hardcode mbox:
+ to be a movemail source.
+
+2004-01-28 Not Zed <NotZed@Ximian.com>
+
* mail-send-recv.c (setup_send_data): ref folder from
mail_component_get_folder.