diff options
-rw-r--r-- | default_user/ChangeLog | 8 | ||||
-rw-r--r-- | default_user/local/Makefile.am | 1 | ||||
-rw-r--r-- | default_user/local/Sentbox/Makefile.am | 4 | ||||
-rw-r--r-- | default_user/local/Sentbox/folder-metadata.xml | 5 |
4 files changed, 18 insertions, 0 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 69427ff050..5a34db541b 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,9 @@ +2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> + + * local/Makefile.am: Added Sentbox + + * local/Sentbox/*: New folder for storing sent messages + 2000-07-12 Chris Toshok <toshok@helixcode.com> (install-data-hook): ignore error on mkdir. @@ -67,3 +73,5 @@ 000-05-06 Ettore Perazzoli <ettore@helixcode.com> * default_user/local/Inbox/Makefile.am: Install `mbox'. + +
\ No newline at end of file diff --git a/default_user/local/Makefile.am b/default_user/local/Makefile.am index 3c89920d47..0ce40afc9a 100644 --- a/default_user/local/Makefile.am +++ b/default_user/local/Makefile.am @@ -4,4 +4,5 @@ SUBDIRS = \ Drafts \ Inbox \ Outbox \ + Sentbox \ Trash diff --git a/default_user/local/Sentbox/Makefile.am b/default_user/local/Sentbox/Makefile.am new file mode 100644 index 0000000000..ac8ad5e080 --- /dev/null +++ b/default_user/local/Sentbox/Makefile.am @@ -0,0 +1,4 @@ +defaultcalendardir = $(datadir)/evolution/default_user/local/Sentbox +defaultcalendar_DATA = folder-metadata.xml + +EXTRA_DIST = $(defaultcalendar_DATA) diff --git a/default_user/local/Sentbox/folder-metadata.xml b/default_user/local/Sentbox/folder-metadata.xml new file mode 100644 index 0000000000..ba174c4c1d --- /dev/null +++ b/default_user/local/Sentbox/folder-metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<efolder> + <type>mail</type> + <description>Sentbox</description> +</efolder> |