aboutsummaryrefslogtreecommitdiffstats
path: root/views/mail
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-06-03 02:12:08 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-06-03 02:12:08 +0800
commite4bdc1e6a762058e4e289d6d7710dcadda1caca1 (patch)
treedb6d05298cebb7b0a359665f796992acdbfda264 /views/mail
parenta2e4f2a688b391cd9b0a7800ea6bb86e9194c1db (diff)
downloadgsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.gz
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.bz2
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.lz
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.xz
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.tar.zst
gsoc2013-evolution-e4bdc1e6a762058e4e289d6d7710dcadda1caca1.zip
Added support for Vertical View in Evolution Mailer with custom message list.
svn path=/trunk/; revision=32071
Diffstat (limited to 'views/mail')
-rw-r--r--views/mail/Makefile.am2
-rw-r--r--views/mail/Wide_View_Normal.galview7
-rw-r--r--views/mail/Wide_View_Sent.galview7
-rw-r--r--views/mail/galview.xml2
4 files changed, 17 insertions, 1 deletions
diff --git a/views/mail/Makefile.am b/views/mail/Makefile.am
index 6a99b39500..add64a19a9 100644
--- a/views/mail/Makefile.am
+++ b/views/mail/Makefile.am
@@ -1,3 +1,3 @@
mailviewsdir = $(viewsdir)/mail
-mailviews_DATA = As_Sent_Folder.galview By_Sender.galview By_Status.galview By_Subject.galview Messages.galview By_Follow_Up_Flag.galview galview.xml
+mailviews_DATA = As_Sent_Folder.galview By_Sender.galview By_Status.galview By_Subject.galview Messages.galview By_Follow_Up_Flag.galview galview.xml Wide_View_Normal.galview Wide_View_Sent.galview
EXTRA_DIST = $(mailviews_DATA)
diff --git a/views/mail/Wide_View_Normal.galview b/views/mail/Wide_View_Normal.galview
new file mode 100644
index 0000000000..9baed882a6
--- /dev/null
+++ b/views/mail/Wide_View_Normal.galview
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<ETableState state-version="0.100000000000000">
+ <column source="0"/>
+ <column source="1"/>
+ <column source="16"/>
+ <grouping/>
+</ETableState>
diff --git a/views/mail/Wide_View_Sent.galview b/views/mail/Wide_View_Sent.galview
new file mode 100644
index 0000000000..1f1e488550
--- /dev/null
+++ b/views/mail/Wide_View_Sent.galview
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<ETableState state-version="0.100000000000000">
+ <column source="0"/>
+ <column source="1"/>
+ <column source="17"/>
+ <grouping/>
+</ETableState>
diff --git a/views/mail/galview.xml b/views/mail/galview.xml
index 6a5d1e1ac4..11fe5fc61d 100644
--- a/views/mail/galview.xml
+++ b/views/mail/galview.xml
@@ -6,4 +6,6 @@
<GalView id="By_Sender" _title="By Se_nder" filename="By_Sender.galview" type="etable"/>
<GalView id="By_Status" _title="By S_tatus" filename="By_Status.galview" type="etable"/>
<GalView id="By_Follow_Up_Flag" _title="By _Follow Up Flag" filename="By_Follow_Up_Flag.galview" type="etable"/>
+ <GalView id="Wide_View_Normal" _title="For _Wide View" filename="Wide_View_Normal.galview" type="etable"/>
+ <GalView id="Wide_View_Sent" _title="As Sent Folder for Wi_de View" filename="Wide_View_Sent.galview" type="etable"/>
</GalViewCollection>