diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-13 21:55:26 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-13 21:55:26 +0800 |
commit | 2ceccf9c7138ed533aabbf3244fec43da833785f (patch) | |
tree | b68d3f1dc0aab7eee97cd0d6a3e36aee83e2f6af | |
parent | 474a7723cacb523819b5b3870b9362e99360d1dc (diff) | |
download | gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.tar gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.tar.gz gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.tar.bz2 gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.tar.lz gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.tar.xz gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.tar.zst gsoc2013-evolution-2ceccf9c7138ed533aabbf3244fec43da833785f.zip |
Install the Sent dir in Sent, not Sentbox
2000-09-13 JP Rosevear <jpr@helixcode.com>
* local/Sent/Makefile.am (defaultcalendardir): Install the Sent
dir in Sent, not Sentbox
svn path=/trunk/; revision=5398
-rw-r--r-- | default_user/ChangeLog | 5 | ||||
-rw-r--r-- | default_user/local/Sent/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index e40a08efb5..664a5eba1b 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,8 @@ +2000-09-13 JP Rosevear <jpr@helixcode.com> + + * local/Sent/Makefile.am (defaultcalendardir): Install the Sent + dir in Sent, not Sentbox + 2000-09-12 Dan Winship <danw@helixcode.com> * local/Makefile.am: Renamed Sentbox to Sent diff --git a/default_user/local/Sent/Makefile.am b/default_user/local/Sent/Makefile.am index ac8ad5e080..024f5c76eb 100644 --- a/default_user/local/Sent/Makefile.am +++ b/default_user/local/Sent/Makefile.am @@ -1,4 +1,4 @@ -defaultcalendardir = $(datadir)/evolution/default_user/local/Sentbox +defaultcalendardir = $(datadir)/evolution/default_user/local/Sent defaultcalendar_DATA = folder-metadata.xml EXTRA_DIST = $(defaultcalendar_DATA) |