diff options
author | Matt McCutchen <matt@mattmccutchen.net> | 2009-03-02 09:34:54 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2009-03-02 09:34:54 +0800 |
commit | 8625eda8bc1871e9f36253a01b9378eb1e5aaf90 (patch) | |
tree | 910c4f16c9923a05cb1aaacce511aca4ba8c881b /mail/em-utils.h | |
parent | 4ddbe6ba6e109cc10e0ffdb6d8db46589907538b (diff) | |
download | gsoc2013-evolution-8625eda8bc1871e9f36253a01b9378eb1e5aaf90.tar.gz gsoc2013-evolution-8625eda8bc1871e9f36253a01b9378eb1e5aaf90.tar.zst gsoc2013-evolution-8625eda8bc1871e9f36253a01b9378eb1e5aaf90.zip |
Revert evolution revision 37063 (workaround for bug 563867).
2009-03-02 Matt McCutchen <matt@mattmccutchen.net>
* evolution/mail/em-folder-view.c:
* evolution/mail/em-utils.c:
* evolution/mail/em-utils.h:
* evolution/mail/em-popup.c:
Revert evolution revision 37063 (workaround for bug 563867).
** Part of the fix for bug #549838
svn path=/trunk/; revision=37350
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index e2f89fc2d6..d64c411a5f 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -117,9 +117,6 @@ 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 */ |