diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-04 02:39:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-04 02:39:53 +0800 |
commit | 556ddfd815424bb9405d8f0edaa790fb79f17a31 (patch) | |
tree | 0bb330a078014f99983ef203b279218a3fb2a370 | |
parent | b1927e8b55df51eda055de493dc875f823b8ec3a (diff) | |
download | gsoc2013-evolution-556ddfd815424bb9405d8f0edaa790fb79f17a31.tar gsoc2013-evolution-556ddfd815424bb9405d8f0edaa790fb79f17a31.tar.gz gsoc2013-evolution-556ddfd815424bb9405d8f0edaa790fb79f17a31.tar.bz2 gsoc2013-evolution-556ddfd815424bb9405d8f0edaa790fb79f17a31.tar.lz gsoc2013-evolution-556ddfd815424bb9405d8f0edaa790fb79f17a31.tar.xz gsoc2013-evolution-556ddfd815424bb9405d8f0edaa790fb79f17a31.tar.zst gsoc2013-evolution-556ddfd815424bb9405d8f0edaa790fb79f17a31.zip |
Reversed my last change, folders with spaces in the name breaks configure
2000-09-03 Jeffrey Stedfast <fejj@helixcode.com>
Reversed my last change, folders with spaces in the name breaks
configure
svn path=/trunk/; revision=5188
-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 |