aboutsummaryrefslogtreecommitdiffstats
path: root/default_user
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-02 05:05:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-02 05:05:43 +0800
commit3463239ee139b221446d93b3c2ab2abbe1aedd9c (patch)
treea9af5272debacf950c8b25ad3985d86a1dd3721b /default_user
parentacfe848315c12b21544e0273fe2d99c9e23c188d (diff)
downloadgsoc2013-evolution-3463239ee139b221446d93b3c2ab2abbe1aedd9c.tar
gsoc2013-evolution-3463239ee139b221446d93b3c2ab2abbe1aedd9c.tar.gz
gsoc2013-evolution-3463239ee139b221446d93b3c2ab2abbe1aedd9c.tar.bz2
gsoc2013-evolution-3463239ee139b221446d93b3c2ab2abbe1aedd9c.tar.lz
gsoc2013-evolution-3463239ee139b221446d93b3c2ab2abbe1aedd9c.tar.xz
gsoc2013-evolution-3463239ee139b221446d93b3c2ab2abbe1aedd9c.tar.zst
gsoc2013-evolution-3463239ee139b221446d93b3c2ab2abbe1aedd9c.zip
Added Sentbox
2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> * local/Makefile.am: Added Sentbox * local/Sentbox/*: New folder for storing sent messages svn path=/trunk/; revision=5167
Diffstat (limited to 'default_user')
-rw-r--r--default_user/ChangeLog8
-rw-r--r--default_user/local/Makefile.am1
-rw-r--r--default_user/local/Sentbox/Makefile.am4
-rw-r--r--default_user/local/Sentbox/folder-metadata.xml5
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>