From a8b070d5cef87079fdae5a134f13ca1bada8458b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 3 Sep 2000 18:41:24 +0000 Subject: Reversed my last change as it broke configure, how do I get it so that we 2000-09-03 Jeffrey Stedfast 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 --- ChangeLog | 7 ++++++- configure.in | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e1f82d3c66..4dbc46e6ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ +2000-09-03 Jeffrey Stedfast + + 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 * 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 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 -- cgit v1.2.3