diff options
-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) |