added Tasks subdir.
2001-01-08 Damon Chaplin <damon@helixcode.com> * local/Makefile.am (SUBDIRS): added Tasks subdir. * local/Tasks/Makefile.am: * local/Tasks/folder-metadata.xml: new files for the default Tasks folder. * shortcuts.xml: added Tasks folder shortcut. svn path=/trunk/; revision=7481
This commit is contained in:
committed by
Damon Chaplin
parent
8c0f66640f
commit
1e371a8cc2
@ -1,3 +1,13 @@
|
||||
2001-01-08 Damon Chaplin <damon@helixcode.com>
|
||||
|
||||
* local/Makefile.am (SUBDIRS): added Tasks subdir.
|
||||
|
||||
* local/Tasks/Makefile.am:
|
||||
* local/Tasks/folder-metadata.xml: new files for the default Tasks
|
||||
folder.
|
||||
|
||||
* shortcuts.xml: added Tasks folder shortcut.
|
||||
|
||||
2000-12-29 Chris Toshok <toshok@helixcode.com>
|
||||
|
||||
* ldap-servers.xml, addressbook-sources.xml: down with
|
||||
|
||||
@ -6,4 +6,5 @@ SUBDIRS = \
|
||||
Inbox \
|
||||
Outbox \
|
||||
Sent \
|
||||
Tasks \
|
||||
Trash
|
||||
|
||||
2
default_user/local/Tasks/.cvsignore
Normal file
2
default_user/local/Tasks/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
3
default_user/local/Tasks/Makefile.am
Normal file
3
default_user/local/Tasks/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
defaulttasksdir = $(datadir)/evolution/default_user/local/Tasks
|
||||
defaulttasks_DATA = folder-metadata.xml
|
||||
EXTRA_DIST = $(defaulttasks_DATA)
|
||||
5
default_user/local/Tasks/folder-metadata.xml
Normal file
5
default_user/local/Tasks/folder-metadata.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<efolder>
|
||||
<type>tasks</type>
|
||||
<description>Tasks</description>
|
||||
</efolder>
|
||||
@ -7,6 +7,7 @@
|
||||
<item>evolution:/local/Trash</item>
|
||||
<item>evolution:/local/Drafts</item> -->
|
||||
<item>evolution:/local/Calendar</item>
|
||||
<item>evolution:/local/Tasks</item>
|
||||
<item>evolution:/local/Contacts</item>
|
||||
</group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user