diff options
author | Not Zed <NotZed@Ximian.com> | 2004-08-12 14:53:45 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-08-12 14:53:45 +0800 |
commit | 85ae1fd47c85524c5537aa713eeeb61936ded3a7 (patch) | |
tree | a9b134b365ba1482b794e9de0541871dfc6d7e3c /mail/ChangeLog | |
parent | 5c8d34f45eff3ec9d20e218b6b047fb7717eb1ed (diff) | |
download | gsoc2013-evolution-85ae1fd47c85524c5537aa713eeeb61936ded3a7.tar gsoc2013-evolution-85ae1fd47c85524c5537aa713eeeb61936ded3a7.tar.gz gsoc2013-evolution-85ae1fd47c85524c5537aa713eeeb61936ded3a7.tar.bz2 gsoc2013-evolution-85ae1fd47c85524c5537aa713eeeb61936ded3a7.tar.lz gsoc2013-evolution-85ae1fd47c85524c5537aa713eeeb61936ded3a7.tar.xz gsoc2013-evolution-85ae1fd47c85524c5537aa713eeeb61936ded3a7.tar.zst gsoc2013-evolution-85ae1fd47c85524c5537aa713eeeb61936ded3a7.zip |
just call e_passwords_ask_password directly. (pass_activate,
2004-08-10 Not Zed <NotZed@Ximian.com>
* mail-session.c (get_password): just call
e_passwords_ask_password directly.
(pass_activate, pass_response, request_password, do_get_pass)
(do_free_pass, main_forget_password): no longer required as
e_password now handles the magic, and is thread safe.
* mail-config.c (mail_config_write_on_exit): epasswords api
change.
svn path=/trunk/; revision=26880
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0af9e9b195..7df0f1fdac 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2004-08-10 Not Zed <NotZed@Ximian.com> + + * mail-session.c (get_password): just call + e_passwords_ask_password directly. + (pass_activate, pass_response, request_password, do_get_pass) + (do_free_pass, main_forget_password): no longer required as + e_password now handles the magic, and is thread safe. + + * mail-config.c (mail_config_write_on_exit): epasswords api + change. + 2004-08-06 Jeffrey Stedfast <fejj@novell.com> * em-folder-tree-model.c (em_folder_tree_model_get_selected): |