aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
author4 <NotZed@Ximian.com>2001-10-05 03:55:31 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-05 03:55:31 +0800
commite46018cd8879979f96ea8445691d9dbaeb22aacf (patch)
tree9eb1db67b95f754ed82bb7edf6f67b5b208cec73 /mail/ChangeLog
parentfcca68399ed6e0e9e6cb6e0d790f5b55a4593da6 (diff)
downloadgsoc2013-evolution-e46018cd8879979f96ea8445691d9dbaeb22aacf.tar
gsoc2013-evolution-e46018cd8879979f96ea8445691d9dbaeb22aacf.tar.gz
gsoc2013-evolution-e46018cd8879979f96ea8445691d9dbaeb22aacf.tar.bz2
gsoc2013-evolution-e46018cd8879979f96ea8445691d9dbaeb22aacf.tar.lz
gsoc2013-evolution-e46018cd8879979f96ea8445691d9dbaeb22aacf.tar.xz
gsoc2013-evolution-e46018cd8879979f96ea8445691d9dbaeb22aacf.tar.zst
gsoc2013-evolution-e46018cd8879979f96ea8445691d9dbaeb22aacf.zip
If we're accessing a vfolder uri, then popup the vfolder editor instead of
2001-10-04 <NotZed@Ximian.com> * mail-callbacks.c (configure_folder): If we're accessing a vfolder uri, then popup the vfolder editor instead of trying the mail local one. * mail-vfolder.c (vfolder_edit_rule): Edit a vfolder by name. svn path=/trunk/; revision=13419
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c6c7159095..0a76f0e0ca 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2001-10-04 <NotZed@Ximian.com>
+
+ * mail-callbacks.c (configure_folder): If we're accessing a
+ vfolder uri, then popup the vfolder editor instead of trying the
+ mail local one.
+
+ * mail-vfolder.c (vfolder_edit_rule): Edit a vfolder by name.
+
2001-10-04 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_save): Added some more NULL checks.