diff options
-rw-r--r-- | default_user/ChangeLog | 5 | ||||
-rw-r--r-- | default_user/local/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index b1ac7bccca..27920b04b6 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,5 +1,10 @@ 2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> + Reversed my last change, folders with spaces in the name breaks + configure + +2000-09-03 Jeffrey Stedfast <fejj@helixcode.com> + * local/Makefile.am: Renamed Sentbox to Sent\ Mail * local/Sent\ Mail/*: Updated diff --git a/default_user/local/Makefile.am b/default_user/local/Makefile.am index 5a95e33bce..0ce40afc9a 100644 --- a/default_user/local/Makefile.am +++ b/default_user/local/Makefile.am @@ -4,5 +4,5 @@ SUBDIRS = \ Drafts \ Inbox \ Outbox \ - Sent\ Mail \ + Sentbox \ Trash |