diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-19 04:14:38 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-19 04:14:38 +0800 |
commit | 3e079da9b69b8f5c47c79bcbb269ac17cc094c6e (patch) | |
tree | 6971eef81db9bedf66efa452c56bbb648fb23efd /mail/ChangeLog | |
parent | 704f596da37cd037d8faeba35586ef281353b217 (diff) | |
download | gsoc2013-evolution-3e079da9b69b8f5c47c79bcbb269ac17cc094c6e.tar gsoc2013-evolution-3e079da9b69b8f5c47c79bcbb269ac17cc094c6e.tar.gz gsoc2013-evolution-3e079da9b69b8f5c47c79bcbb269ac17cc094c6e.tar.bz2 gsoc2013-evolution-3e079da9b69b8f5c47c79bcbb269ac17cc094c6e.tar.lz gsoc2013-evolution-3e079da9b69b8f5c47c79bcbb269ac17cc094c6e.tar.xz gsoc2013-evolution-3e079da9b69b8f5c47c79bcbb269ac17cc094c6e.tar.zst gsoc2013-evolution-3e079da9b69b8f5c47c79bcbb269ac17cc094c6e.zip |
Pass a 'cache-me' argument to mail_get_password.
2001-09-18 Jeffrey Stedfast <fejj@ximian.com>
* mail-session.c (get_password): Pass a 'cache-me' argument to
mail_get_password.
* mail-mt.c (pass_got): Make less confusing...
(mail_get_password): Now takes an argument 'cache' that allows our
caller to determine if the user wanted to cache his/her password
or not.
(pass_got): Set the cache option.
svn path=/trunk/; revision=12950
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 9cdc022bf4..a8f7fa1f00 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2001-09-18 Jeffrey Stedfast <fejj@ximian.com> + + * mail-session.c (get_password): Pass a 'cache-me' argument to + mail_get_password. + + * mail-mt.c (pass_got): Make less confusing... + (mail_get_password): Now takes an argument 'cache' that allows our + caller to determine if the user wanted to cache his/her password + or not. + (pass_got): Set the cache option. + 2001-09-18 Dan Winship <danw@ximian.com> * mail-format.c (mail_format_raw_message): Call |