aboutsummaryrefslogtreecommitdiff
path: root/src/messageview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 09:17:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 09:17:17 +0000
commit0ff75d10977146767ccc42c2e2915f75886a68bf (patch)
treed006e0d23948dfa1e66d7ccbe9e5746472c2e54e /src/messageview.h
parent15ecfbc6effda513ca18e81b419b0eaf02daa0d5 (diff)
changed the implementation of switching Text/MIME view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@154 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/messageview.h')
-rw-r--r--src/messageview.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/messageview.h b/src/messageview.h
index 99c71631..150260ca 100644
--- a/src/messageview.h
+++ b/src/messageview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -42,7 +42,10 @@ struct _MessageView
{
GtkWidget *vbox;
+ GtkWidget *notebook;
+
MessageType type;
+
gboolean new_window;
GtkWidget *window;
GtkWidget *window_vbox;
@@ -62,6 +65,7 @@ struct _MessageView
gchar *forced_charset;
gboolean visible;
+ gint current_page;
};
MessageView *messageview_create (void);