diff options
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/ChangeLog | 8 | ||||
-rw-r--r-- | default_user/local/Makefile.am | 2 | ||||
-rw-r--r-- | default_user/local/Sent Mail/Makefile.am | 4 | ||||
-rw-r--r-- | default_user/local/Sent Mail/folder-metadata.xml | 5 | ||||
-rw-r--r-- | default_user/local/Sent/.cvsignore (renamed from default_user/local/Sentbox/.cvsignore) | 0 | ||||
-rw-r--r-- | default_user/local/Sent/Makefile.am (renamed from default_user/local/Sentbox/Makefile.am) | 0 | ||||
-rw-r--r-- | default_user/local/Sent/folder-metadata.xml (renamed from default_user/local/Sentbox/folder-metadata.xml) | 2 |
7 files changed, 10 insertions, 11 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 27920b04b6..e40a08efb5 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,11 @@ +2000-09-12 Dan Winship <danw@helixcode.com> + + * local/Makefile.am: Renamed Sentbox to Sent + + * local/{Sent\ Mail,Sentbox}/*: removed + + * local/Sent/*: created + 2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> Reversed my last change, folders with spaces in the name breaks diff --git a/default_user/local/Makefile.am b/default_user/local/Makefile.am index 0ce40afc9a..c3f964487a 100644 --- a/default_user/local/Makefile.am +++ b/default_user/local/Makefile.am @@ -4,5 +4,5 @@ SUBDIRS = \ Drafts \ Inbox \ Outbox \ - Sentbox \ + Sent \ Trash diff --git a/default_user/local/Sent Mail/Makefile.am b/default_user/local/Sent Mail/Makefile.am deleted file mode 100644 index f25ba5fcde..0000000000 --- a/default_user/local/Sent Mail/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -defaultcalendardir = $(datadir)/evolution/default_user/local/Sent\ Mail -defaultcalendar_DATA = folder-metadata.xml - -EXTRA_DIST = $(defaultcalendar_DATA) diff --git a/default_user/local/Sent Mail/folder-metadata.xml b/default_user/local/Sent Mail/folder-metadata.xml deleted file mode 100644 index 1b9fe7db86..0000000000 --- a/default_user/local/Sent Mail/folder-metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0"?> -<efolder> - <type>mail</type> - <description>Sent Mail</description> -</efolder> diff --git a/default_user/local/Sentbox/.cvsignore b/default_user/local/Sent/.cvsignore index 282522db03..282522db03 100644 --- a/default_user/local/Sentbox/.cvsignore +++ b/default_user/local/Sent/.cvsignore diff --git a/default_user/local/Sentbox/Makefile.am b/default_user/local/Sent/Makefile.am index ac8ad5e080..ac8ad5e080 100644 --- a/default_user/local/Sentbox/Makefile.am +++ b/default_user/local/Sent/Makefile.am diff --git a/default_user/local/Sentbox/folder-metadata.xml b/default_user/local/Sent/folder-metadata.xml index ba174c4c1d..87188daedb 100644 --- a/default_user/local/Sentbox/folder-metadata.xml +++ b/default_user/local/Sent/folder-metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <efolder> <type>mail</type> - <description>Sentbox</description> + <description>Sent</description> </efolder> |