aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-content.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-04-26 22:42:02 +0800
committerMilan Crha <mcrha@redhat.com>2010-04-26 22:42:02 +0800
commitcd7c20d152dcaa2b92c3e78822b5243a71a94514 (patch)
tree3e0ae9951834a407611d3032d0ff4606e1c54755 /modules/mail/e-mail-shell-content.c
parentbfd1a13f60b3b0bf914ce6d6e92f097c1ee05197 (diff)
downloadgsoc2013-evolution-cd7c20d152dcaa2b92c3e78822b5243a71a94514.tar
gsoc2013-evolution-cd7c20d152dcaa2b92c3e78822b5243a71a94514.tar.gz
gsoc2013-evolution-cd7c20d152dcaa2b92c3e78822b5243a71a94514.tar.bz2
gsoc2013-evolution-cd7c20d152dcaa2b92c3e78822b5243a71a94514.tar.lz
gsoc2013-evolution-cd7c20d152dcaa2b92c3e78822b5243a71a94514.tar.xz
gsoc2013-evolution-cd7c20d152dcaa2b92c3e78822b5243a71a94514.tar.zst
gsoc2013-evolution-cd7c20d152dcaa2b92c3e78822b5243a71a94514.zip
Bug #603418 - Custom headers not displayed in message preview
Diffstat (limited to 'modules/mail/e-mail-shell-content.c')
-rw-r--r--modules/mail/e-mail-shell-content.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-content.c b/modules/mail/e-mail-shell-content.c
index 7bfced18e8..adda27da49 100644
--- a/modules/mail/e-mail-shell-content.c
+++ b/modules/mail/e-mail-shell-content.c
@@ -39,6 +39,7 @@
#include "message-list.h"
#include "e-mail-reader.h"
+#include "e-mail-reader-utils.h"
#include "e-mail-shell-backend.h"
#include "e-mail-shell-view-actions.h"
@@ -456,6 +457,8 @@ mail_shell_content_constructed (GObject *object)
message_list, "message-selected",
G_CALLBACK (mail_shell_content_message_selected_cb),
shell_content);
+
+ e_mail_reader_connect_headers (reader);
}
static guint32