aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-14 21:43:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-14 21:43:28 +0800
commitbb2d6be2fbca7891faf0e78121093b33af8f9e5c (patch)
tree610547a0b060a5f389258959bc4e4588c88c7f11 /mail/em-composer-utils.c
parent9aca198838a55891b4aa28d522e106e77a6c39fb (diff)
downloadgsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.gz
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.bz2
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.lz
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.xz
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.tar.zst
gsoc2013-evolution-bb2d6be2fbca7891faf0e78121093b33af8f9e5c.zip
em_utils_is_re_in_subject: Remove unused 'shell' parameter.
Diffstat (limited to 'mail/em-composer-utils.c')
-rw-r--r--mail/em-composer-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index b061c85dd0..b89b995f23 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -1992,7 +1992,7 @@ reply_get_composer (EShell *shell,
if ((subject = (gchar *) camel_mime_message_get_subject (message))) {
gboolean skip_len = -1;
- if (em_utils_is_re_in_subject (shell, subject, &skip_len) && skip_len > 0)
+ if (em_utils_is_re_in_subject (subject, &skip_len) && skip_len > 0)
subject = subject + skip_len;
subject = g_strdup_printf ("Re: %s", subject);