--- src/save_opts.c Sat Jan 26 14:14:47 2002 +++ src/save_opts.c Fri Sep 6 05:28:14 2002 @@ -12,7 +12,7 @@ *****************************************************************************/ /** This file contains the routine needed to allow the users to change the - Elm parameters and then save the configuration in a ".elm/elmrc" file in + Elm parameters and then save the configuration in a ".desk/elm/elmrc" file in their home directory. With any luck this will allow them never to have to actually EDIT the file!! @@ -72,7 +72,7 @@ FRM("%s/%s"), home, old_elmrcfile); - /** first off, let's see if they already HAVE a .elm/elmrc file **/ + /** first off, let's see if they already HAVE a .desk/elm/elmrc file **/ save_file_stats(newfname); if (access(newfname, ACCESS_EXISTS) != -1) { @@ -91,7 +91,7 @@ "Warning: saving without comments! Can't get to %s."), ELMRC_INFO); - /** next, open the new .elm/elmrc file... **/ + /** next, open the new .desk/elm/elmrc file... **/ if ((newelmrc = fopen(newfname, "w")) == NULL) { lib_error(CATGETS(elm_msg_cat, ElmrcSet, ElmrcCantSaveConfig, @@ -165,7 +165,7 @@ elm_fprintf(newelmrc, CATGETS(elm_msg_cat, ElmrcSet, ElmrcOptionsFile, - "#\n# .elm/elmrc - options file for the ELM mail system\n#\n")); + "#\n# .desk/elm/elmrc - options file for the ELM mail system\n#\n")); if (strlen(full_username) > 0) elm_fprintf(newelmrc,