diff options
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 */ |