diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-26 03:46:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-26 03:46:33 +0800 |
commit | d15e1ef55f64a78e47df37b98dd2d98d8bda87f9 (patch) | |
tree | 1f3b53f2f6292a7945c9bab7c1d8d7e5180037e9 /mail/ChangeLog | |
parent | f0e17938dcd8d79f1eadc0c67e04f7eff26db014 (diff) | |
download | gsoc2013-evolution-d15e1ef55f64a78e47df37b98dd2d98d8bda87f9.tar.gz gsoc2013-evolution-d15e1ef55f64a78e47df37b98dd2d98d8bda87f9.tar.zst gsoc2013-evolution-d15e1ef55f64a78e47df37b98dd2d98d8bda87f9.zip |
Don't make the key url:item if we have the url, just make it url. This
2001-07-25 Jeffrey Stedfast <fejj@ximian.com>
* mail-session.c (make_key): Don't make the key url:item if we
have the url, just make it url. This fixes bug #5339.
svn path=/trunk/; revision=11410
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f8c95fab62..8ffb384765 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,7 +1,12 @@ +2001-07-25 Jeffrey Stedfast <fejj@ximian.com> + + * mail-session.c (make_key): Don't make the key url:item if we + have the url, just make it url. This fixes bug #5339. + 2001-07-25 Peter Williams <peterw@ximian.com> - * folder-browser.c (etree_key): Make it so Enter always opens the message - in another window. + * folder-browser.c (etree_key): Make it so Enter always opens the + message in another window. 2001-07-25 Peter Williams <peterw@ximian.com> @@ -16,10 +21,11 @@ * mail-mt.h: Update the prototype here. - * mail-config.c (mail_config_service_set_save_passwd): New function, - pretty bland. + * mail-config.c (mail_config_service_set_save_passwd): New + function, pretty bland. - * mail-config.h: Prototype our bland new function. (Get it? It's a pun!) + * mail-config.h: Prototype our bland new function. (Get it? It's a + pun!) * mail-session.c (get_password): Pass the service as well. |