diff options
-rw-r--r-- | help/C/usage-mail.sgml | 6 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml index aedaa93452..feb2e6496a 100644 --- a/help/C/usage-mail.sgml +++ b/help/C/usage-mail.sgml @@ -367,7 +367,7 @@ If you use an HTTP proxy, <application>Evolution</application> must be able to find it through the <systemitem>gnome-vfs</systemitem> subsystem - before it can load iamges from the Internet. You can set + before it can load images from the Internet. You can set this in one of two ways: <variablelist> <varlistentry> @@ -426,7 +426,7 @@ <para> Enter the command <command> - --type=string --set /system/gnome-vfs/http-proxy-host "your-proxy-url" + gconftool --type=string --set /system/gnome-vfs/http-proxy-host "your-proxy-url" </command> </para> </listitem> @@ -434,7 +434,7 @@ <para> Enter the command <command> - $ gconftool --type=int --set /system/gnome-vfs/http-proxy-port "8080" + gconftool --type=int --set /system/gnome-vfs/http-proxy-port "8080" </command> </para> </listitem> diff --git a/help/ChangeLog b/help/ChangeLog index ad8821aa62..85d5a30a03 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2001-09-05 Aaron Weber <aaron@ximian.com> + + * C/usage-mail.sgml: applied patch. + 2001-09-04 Aaron Weber <aaron@ximian.com> * C/evolution.sgml: Validation. |