Builtin View menus for tasks and mail.

2001-03-01  Christopher James Lahey  <clahey@ximian.com>

	* .cvsignore, Makefile.am, mail/.cvsignore,
	mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am,
	mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am,
	tasks/Tasks.galview, tasks/With_Category.galview,
	tasks/galview.xml: Builtin View menus for tasks and mail.

svn path=/trunk/; revision=8460
This commit is contained in:
Christopher James Lahey
2001-03-01 21:50:58 +00:00
committed by Chris Lahey
parent ce67772c53
commit 3274711d7e
13 changed files with 67 additions and 0 deletions

2
views/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

7
views/ChangeLog Normal file
View File

@ -0,0 +1,7 @@
2001-03-01 Christopher James Lahey <clahey@ximian.com>
* .cvsignore, Makefile.am, mail/.cvsignore,
mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am,
mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am,
tasks/Tasks.galview, tasks/With_Category.galview,
tasks/galview.xml: Builtin View menus for tasks and mail.

1
views/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = mail tasks

2
views/mail/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

View File

@ -0,0 +1,10 @@
<?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>

View File

@ -0,0 +1,12 @@
<?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>
<group column="5" ascending="true"/>
</grouping>
</ETableState>

3
views/mail/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
defaultmaildir = $(datadir)/evolution/views/mail
defaultmail_DATA = By_Subject.galview By_Sender.galview galview.xml
EXTRA_DIST = $(defaultmail_DATA)

5
views/mail/galview.xml Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0"?>
<GalViewCollection>
<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"/>
</GalViewCollection>

2
views/tasks/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

3
views/tasks/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
defaulttasksdir = $(datadir)/evolution/views/tasks
defaulttasks_DATA = Tasks.galview With_Category.galview galview.xml
EXTRA_DIST = $(defaulttasks_DATA)

View File

@ -0,0 +1,7 @@
<?xml version="1.0"?>
<ETableState state-version="0.100000">
<column source="13"/>
<column source="14"/>
<column source="9"/>
<grouping/>
</ETableState>

View File

@ -0,0 +1,8 @@
<?xml version="1.0"?>
<ETableState state-version="0.100000">
<column source="13"/>
<column source="14"/>
<column source="9"/>
<column source="0"/>
<grouping/>
</ETableState>

5
views/tasks/galview.xml Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0"?>
<GalViewCollection>
<GalView id="Tasks" title="Tasks" filename="Tasks.galview" type="etable"/>
<GalView id="With_Category" title="With Category" filename="With_Category.galview" type="etable"/>
</GalViewCollection>