[anjal] Make URI part of conversation



commit 252913d6e9e2e7eb15dc83bb2550717f5c242725
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Sat Mar 28 10:37:59 2009 +0530

    Make URI part of conversation
---
 src/mail-conv-view.c |    1 +
 src/mail-conv-view.h |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/mail-conv-view.c b/src/mail-conv-view.c
index 384e2a7..62b5653 100644
--- a/src/mail-conv-view.c
+++ b/src/mail-conv-view.c
@@ -49,6 +49,7 @@ static void
 mail_conv_view_init (MailConvView  *shell)
 {
 	shell->priv = g_new0(MailConvViewPrivate, 1);
+	shell->uri = "message://";
 	shell->type = -1;
 	shell->priv->once = FALSE;
 }
diff --git a/src/mail-conv-view.h b/src/mail-conv-view.h
index 11376cc..484f4a2 100644
--- a/src/mail-conv-view.h
+++ b/src/mail-conv-view.h
@@ -40,7 +40,8 @@ typedef struct _MailConvViewPrivate MailConvViewPrivate;
 typedef struct _MailConvView {
 	GtkVBox parent;
 	int type;
-
+	char *uri;
+	 
 	/* Base class */
 	GtkWidget *header;
 	GtkWidget *scroller;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]