--- lib/savefolder.c Thu Jun 6 19:55:58 2002 +++ lib/savefolder.c Fri Sep 6 05:14:55 2002 @@ -2624,7 +2624,7 @@ ">" as received folder "<" as sent folder "$" as shell variable expansion (as local file) - "{rc}" as .elm directory (as local file) + "{rc}" as .desk/elm directory (as local file) "{lib}" as LIBHOME directory (as local file) */ @@ -2933,9 +2933,9 @@ "expander: does not start with 'user@hostname' atpos=%d, scan ended = %d (len=%d)\n",atpos,x,len)); /* FALLTHRU */ - case 0x0024: /* '$' shell variable expansion (as local file) */ - case 0x007B: /* '{' {rc} as .elm directory (as local file) - * {lib}" as LIBHOME directory (as local file) */ + case 0x0024: /* '$' shell variable expansion (as local file) */ + case 0x007B: /* '{' {rc} as .desk/elm directory (as local file) + * {lib}" as LIBHOME directory (as local file) */ LOCAL_HANDLING: /* goto label ... */