diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-01 08:45:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-01 08:45:39 +0800 |
commit | ebdac7989a6fcb20ddd3ecf7b875d7c16b75cabb (patch) | |
tree | 3301f7661363c6484199c1a21a708ad59f165367 /mail/ChangeLog | |
parent | 10e4e8dc54f63f5516acffdf5e28b39d7a549843 (diff) | |
download | gsoc2013-evolution-ebdac7989a6fcb20ddd3ecf7b875d7c16b75cabb.tar gsoc2013-evolution-ebdac7989a6fcb20ddd3ecf7b875d7c16b75cabb.tar.gz gsoc2013-evolution-ebdac7989a6fcb20ddd3ecf7b875d7c16b75cabb.tar.bz2 gsoc2013-evolution-ebdac7989a6fcb20ddd3ecf7b875d7c16b75cabb.tar.lz gsoc2013-evolution-ebdac7989a6fcb20ddd3ecf7b875d7c16b75cabb.tar.xz gsoc2013-evolution-ebdac7989a6fcb20ddd3ecf7b875d7c16b75cabb.tar.zst gsoc2013-evolution-ebdac7989a6fcb20ddd3ecf7b875d7c16b75cabb.zip |
config dialog will now allow identities to be added, edited and deleted
settings are now saved when the config dialog is exited via the OK button
(only 1 identity is saved due to the fact that that is all the config file will allow)
svn path=/trunk/; revision=3316
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e5d63b69f7..f3c517850d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-05-31 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-config.c: Configuration dialog now allows + adding/editing/deleting of Identities (which leaves + adding/editing/deleting of sources left to implement). + The data is also saved when the dialog is exited via + the OK button. + 2000-05-31 Dan Winship <danw@helixcode.com> * mail-format.c (mail_format_mime_message): Initialize the "urls" |