diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-04 02:41:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-04 02:41:24 +0800 |
commit | a8b070d5cef87079fdae5a134f13ca1bada8458b (patch) | |
tree | 1bdd4df1a4706b7861934eba0cbcb2587e2721dd | |
parent | 556ddfd815424bb9405d8f0edaa790fb79f17a31 (diff) | |
download | gsoc2013-evolution-a8b070d5cef87079fdae5a134f13ca1bada8458b.tar gsoc2013-evolution-a8b070d5cef87079fdae5a134f13ca1bada8458b.tar.gz gsoc2013-evolution-a8b070d5cef87079fdae5a134f13ca1bada8458b.tar.bz2 gsoc2013-evolution-a8b070d5cef87079fdae5a134f13ca1bada8458b.tar.lz gsoc2013-evolution-a8b070d5cef87079fdae5a134f13ca1bada8458b.tar.xz gsoc2013-evolution-a8b070d5cef87079fdae5a134f13ca1bada8458b.tar.zst gsoc2013-evolution-a8b070d5cef87079fdae5a134f13ca1bada8458b.zip |
Reversed my last change as it broke configure, how do I get it so that we
2000-09-03 Jeffrey Stedfast <fejj@helixcode.com>
Reversed my last change as it broke configure, how do I get it so
that we can do folders with spaces in the name!?
svn path=/trunk/; revision=5189
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ 2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> + Reversed my last change as it broke configure, how do I get it so + that we can do folders with spaces in the name!? + +2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> + * configure.in: Renamed default_user/local/Sentbox to default_user/local/Sent\ Mail as Ettore and Danw are picky about - folder names + folder names 2000-09-02 Christopher James Lahey <clahey@helixcode.com> diff --git a/configure.in b/configure.in index 046f3bd12d..c56a600e02 100644 --- a/configure.in +++ b/configure.in @@ -600,7 +600,7 @@ default_user/local/Contacts/Makefile default_user/local/Drafts/Makefile default_user/local/Inbox/Makefile default_user/local/Outbox/Makefile -default_user/local/Sent\ Mail/Makefile +default_user/local/Sentbox/Makefile default_user/local/Trash/Makefile tools/Makefile doc/Makefile |