diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-13 11:12:09 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-13 11:12:09 +0800 |
commit | 6c7aa314e8c8e87ea3db30d5d935ea45e95b7543 (patch) | |
tree | 1663d86fca3054af20e51038795dd6f30a91cb7b /mail/ChangeLog | |
parent | 6653fc8be6ca8e43589662b188ec3cf7d3a6f478 (diff) | |
download | gsoc2013-evolution-6c7aa314e8c8e87ea3db30d5d935ea45e95b7543.tar.gz gsoc2013-evolution-6c7aa314e8c8e87ea3db30d5d935ea45e95b7543.tar.zst gsoc2013-evolution-6c7aa314e8c8e87ea3db30d5d935ea45e95b7543.zip |
added "email" to the uri_schema's attribute.
2004-05-13 Not Zed <NotZed@Ximian.com>
* GNOME_Evolution_Mail.server.in.in: added "email" to the
uri_schema's attribute.
* mail-component.c (impl_handleURI): handle email: uri's, specify
opening a message on a folder.
(handleuri_got_folder): open the message. For some 1337 s3Kr3t
ha0x.
svn path=/trunk/; revision=25893
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 948a11156f..23dd57e3e7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-05-13 Not Zed <NotZed@Ximian.com> + + * GNOME_Evolution_Mail.server.in.in: added "email" to the + uri_schema's attribute. + + * mail-component.c (impl_handleURI): handle email: uri's, specify + opening a message on a folder. + (handleuri_got_folder): open the message. For some 1337 s3Kr3t + ha0x. + 2004-05-12 Not Zed <NotZed@Ximian.com> ** See bug #58302. |