aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-12-18 00:15:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-12-18 00:15:30 +0800
commit858c42577c240a3ae83feaa6f5bb7c696da8df43 (patch)
treefa5c6f44c9f8585a76aa93a3bfb7ab620fa2a9b1 /mail/mail-mt.c
parent12d86c1f7ad1ef5085b322f92ad49cc1e946c968 (diff)
downloadgsoc2013-evolution-858c42577c240a3ae83feaa6f5bb7c696da8df43.tar
gsoc2013-evolution-858c42577c240a3ae83feaa6f5bb7c696da8df43.tar.gz
gsoc2013-evolution-858c42577c240a3ae83feaa6f5bb7c696da8df43.tar.bz2
gsoc2013-evolution-858c42577c240a3ae83feaa6f5bb7c696da8df43.tar.lz
gsoc2013-evolution-858c42577c240a3ae83feaa6f5bb7c696da8df43.tar.xz
gsoc2013-evolution-858c42577c240a3ae83feaa6f5bb7c696da8df43.tar.zst
gsoc2013-evolution-858c42577c240a3ae83feaa6f5bb7c696da8df43.zip
Add a way for Anjal to override shell_builtin_backend.
Yes this is a horrible, nasty hack. It's temporary. Promise.
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index e2f6900e72..df7b2e13b4 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -968,3 +968,10 @@ mail_operation_status (CamelOperation *op, const gchar *what, gint pc, gpointer
m->data = data;
mail_msg_main_loop_push(m);
}
+
+void
+mail_mt_set_backend (char *backend)
+{
+ shell_builtin_backend = backend;
+}
+