diff options
author | Peter Williams <peterw@ximian.com> | 2001-07-27 23:36:42 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-07-27 23:36:42 +0800 |
commit | 4157d65284dfe6d8547bd2176cbe48f13f08bc5a (patch) | |
tree | 56253d8bab379800f6c17f651f3c385077f32d62 /mail/ChangeLog | |
parent | 68481415b4bd4eca6ed941cd34b90db5fef70b55 (diff) | |
download | gsoc2013-evolution-4157d65284dfe6d8547bd2176cbe48f13f08bc5a.tar gsoc2013-evolution-4157d65284dfe6d8547bd2176cbe48f13f08bc5a.tar.gz gsoc2013-evolution-4157d65284dfe6d8547bd2176cbe48f13f08bc5a.tar.bz2 gsoc2013-evolution-4157d65284dfe6d8547bd2176cbe48f13f08bc5a.tar.lz gsoc2013-evolution-4157d65284dfe6d8547bd2176cbe48f13f08bc5a.tar.xz gsoc2013-evolution-4157d65284dfe6d8547bd2176cbe48f13f08bc5a.tar.zst gsoc2013-evolution-4157d65284dfe6d8547bd2176cbe48f13f08bc5a.zip |
Figure out whether we're getting the password for the source or the
2001-07-26 Peter Williams <peterw@ximian.com>
* mail-mt.c (do_get_pass): Figure out whether we're getting the password
for the source or the transport, and get the toggle button accordingly.
(pass_got): Same.
* mail-config.c (mail_config_get_account_by_transport_url): New function.
Cut + paste + search + replace of _by_source_url.
* mail-config.h: Prototype here.
svn path=/trunk/; revision=11446
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 4125e1f1a0..776c96a0a1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2001-07-26 Peter Williams <peterw@ximian.com> + + * mail-mt.c (do_get_pass): Figure out whether we're getting the password + for the source or the transport, and get the toggle button accordingly. + (pass_got): Same. + + * mail-config.c (mail_config_get_account_by_transport_url): New function. + Cut + paste + search + replace of _by_source_url. + + * mail-config.h: Prototype here. + 2001-07-26 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (message_list_drag_data_get): If we don't have |