aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-session.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-11-19 14:17:56 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-11-19 14:17:56 +0800
commitc05d3716731fc810a21b60f81c6da695747abe4d (patch)
tree1cf1d3f5ceee8e0912a3e82a4ed55d120aa5648c /mail/mail-session.c
parent736f94d96e9a4c5eee7dcb551fce5d7bd4d6c3c4 (diff)
downloadgsoc2013-evolution-c05d3716731fc810a21b60f81c6da695747abe4d.tar
gsoc2013-evolution-c05d3716731fc810a21b60f81c6da695747abe4d.tar.gz
gsoc2013-evolution-c05d3716731fc810a21b60f81c6da695747abe4d.tar.bz2
gsoc2013-evolution-c05d3716731fc810a21b60f81c6da695747abe4d.tar.lz
gsoc2013-evolution-c05d3716731fc810a21b60f81c6da695747abe4d.tar.xz
gsoc2013-evolution-c05d3716731fc810a21b60f81c6da695747abe4d.tar.zst
gsoc2013-evolution-c05d3716731fc810a21b60f81c6da695747abe4d.zip
if we're setting the fragment, strip leading /'s.
2003-11-19 Not Zed <NotZed@Ximian.com> * mail-component.c (em_uri_to_camel): if we're setting the fragment, strip leading /'s. * mail-tools.c (mail_tool_get_meta_data) (mail_tool_delete_meta_data, meta_data_key): old stuff killed. (mail_tool_uri_to_folder): handle email: uri's specially. this is a bit of a hack, the filter callbacks should manage this itself since filters are the only bits which use those uri's. svn path=/trunk/; revision=23437
Diffstat (limited to 'mail/mail-session.c')
-rw-r--r--mail/mail-session.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail-session.c b/mail/mail-session.c
index 0db6f38ba8..b484fd03ef 100644
--- a/mail/mail-session.c
+++ b/mail/mail-session.c
@@ -539,10 +539,9 @@ alert_user(CamelSession *session, CamelSessionAlertType type, const char *prompt
static CamelFolder *
get_folder (CamelFilterDriver *d, const char *uri, void *data, CamelException *ex)
{
- return mail_tool_uri_to_folder (uri, 0, ex);
+ return mail_tool_uri_to_folder(uri, 0, ex);
}
-
static void
main_play_sound (CamelFilterDriver *driver, char *filename, gpointer user_data)
{