diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2009-01-13 11:41:19 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2009-01-13 11:41:19 +0800 |
commit | 84aa765a197eacbb8e09fc0af2e1e00937ae6178 (patch) | |
tree | 22518ef0a77615fac5bbe695b2443f77fe69b8ae /mail/em-utils.h | |
parent | 1df00c7d517794881faefd45b3ae230a6b0d8204 (diff) | |
download | gsoc2013-evolution-84aa765a197eacbb8e09fc0af2e1e00937ae6178.tar.gz gsoc2013-evolution-84aa765a197eacbb8e09fc0af2e1e00937ae6178.tar.zst gsoc2013-evolution-84aa765a197eacbb8e09fc0af2e1e00937ae6178.zip |
Patch from Felix Riemann <friemann@svn.gnome.org> ** Fix for bug #563867 (Unescape "&" when passing the link to browsers).
svn path=/trunk/; revision=37063
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index 0bce56d7f3..e02d575abd 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -117,6 +117,9 @@ const char *em_utils_snoop_type(struct _CamelMimePart *part); /* clears flag 'get_password_canceled' at every known accounts, so if needed, get_password will show dialog */ void em_utils_clear_get_password_canceled_accounts_flag (void); +/* Unescapes & back to a real & in URIs */ +gchar *em_utils_url_unescape_amp (const gchar *url); + #ifdef __cplusplus } #endif /* __cplusplus */ |