aboutsummaryrefslogtreecommitdiffstats
path: root/views/mail
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-12-14 12:59:04 +0800
committernobody <nobody@localhost>2001-12-14 12:59:04 +0800
commitdcc8171fd4c8df52faff322827876acf30c35a4a (patch)
tree32cb6f4702fe446ea804947fa4479b5431a3d24a /views/mail
parent969ffa703d70be312a9b9b2f7a6d2b7a8ac87c17 (diff)
downloadgsoc2013-evolution-EOG_0_109_1.tar
gsoc2013-evolution-EOG_0_109_1.tar.gz
gsoc2013-evolution-EOG_0_109_1.tar.bz2
gsoc2013-evolution-EOG_0_109_1.tar.lz
gsoc2013-evolution-EOG_0_109_1.tar.xz
gsoc2013-evolution-EOG_0_109_1.tar.zst
gsoc2013-evolution-EOG_0_109_1.zip
This commit was manufactured by cvs2svn to create tag 'EOG_0_109_1'.EOG_0_109_1
svn path=/tags/EOG_0_109_1/; revision=15041
Diffstat (limited to 'views/mail')
-rw-r--r--views/mail/.cvsignore2
-rw-r--r--views/mail/By_Sender.galview12
-rw-r--r--views/mail/By_Status.galview12
-rw-r--r--views/mail/By_Subject.galview12
-rw-r--r--views/mail/Makefile.am3
-rw-r--r--views/mail/Messages.galview10
-rw-r--r--views/mail/galview.xml7
7 files changed, 0 insertions, 58 deletions
diff --git a/views/mail/.cvsignore b/views/mail/.cvsignore
deleted file mode 100644
index 282522db03..0000000000
--- a/views/mail/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/views/mail/By_Sender.galview b/views/mail/By_Sender.galview
deleted file mode 100644
index 3cd14800ee..0000000000
--- a/views/mail/By_Sender.galview
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<ETableState state-version="0.100000">
- <column source="0"/>
- <column source="3"/>
- <column source="1"/>
- <column source="4"/>
- <column source="5"/>
- <column source="6"/>
- <grouping>
- <leaf column="4" ascending="true"/>
- </grouping>
-</ETableState>
diff --git a/views/mail/By_Status.galview b/views/mail/By_Status.galview
deleted file mode 100644
index 771dde1de1..0000000000
--- a/views/mail/By_Status.galview
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<ETableState state-version="0.100000">
- <column source="0"/>
- <column source="3"/>
- <column source="1"/>
- <column source="4"/>
- <column source="5"/>
- <column source="6"/>
- <grouping>
- <leaf column="0" ascending="true"/>
- </grouping>
-</ETableState>
diff --git a/views/mail/By_Subject.galview b/views/mail/By_Subject.galview
deleted file mode 100644
index 22c9258d2f..0000000000
--- a/views/mail/By_Subject.galview
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<ETableState state-version="0.100000">
- <column source="0"/>
- <column source="3"/>
- <column source="1"/>
- <column source="4"/>
- <column source="5"/>
- <column source="6"/>
- <grouping>
- <leaf column="5" ascending="true"/>
- </grouping>
-</ETableState>
diff --git a/views/mail/Makefile.am b/views/mail/Makefile.am
deleted file mode 100644
index 1df68eb6b5..0000000000
--- a/views/mail/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-defaultmaildir = $(datadir)/evolution/views/mail
-defaultmail_DATA = By_Sender.galview By_Status.galview By_Subject.galview Messages.galview galview.xml
-EXTRA_DIST = $(defaultmail_DATA)
diff --git a/views/mail/Messages.galview b/views/mail/Messages.galview
deleted file mode 100644
index 943e7574d0..0000000000
--- a/views/mail/Messages.galview
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<ETableState state-version="0.100000">
- <column source="0"/>
- <column source="3"/>
- <column source="1"/>
- <column source="4"/>
- <column source="5"/>
- <column source="6"/>
- <grouping/>
-</ETableState>
diff --git a/views/mail/galview.xml b/views/mail/galview.xml
deleted file mode 100644
index bea63babee..0000000000
--- a/views/mail/galview.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0"?>
-<GalViewCollection>
- <GalView id="Messages" _title="Messages" filename="Messages.galview" type="etable"/>
- <GalView id="By_Subject" _title="By Subject" filename="By_Subject.galview" type="etable"/>
- <GalView id="By_Sender" _title="By Sender" filename="By_Sender.galview" type="etable"/>
- <GalView id="By_Status" _title="By Status" filename="By_Status.galview" type="etable"/>
-</GalViewCollection>