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