[arachne] KeepOnServer?
- From: "Samuel W. Heywood" <sheywood@xxxxxxxxxxx>
- To: arachne@xxxxxxxxxxxxx
- Date: Sat, 14 Apr 2007 22:12:33 -0500
Arachne at FreeLists---The Arachne Fan Club!
Hi:
Do some of you folks frequently change your mind from one Arachne session
to the next as to whether you want your email to be kept on the server after
you download it?
I often change my mind about that.
I have found a very fast and easy way to make my change of mind happen also
in my "arachne.cfg" file.
Here is what I have done to make that happen:
First I edited my "arachne.cfg" file by placing a semicolon just before the
line that begins with "KeepOnServer". Then I saved the edited "arachne.cfg"
file as "config.txt"
Then I wrote these two very simple batch files which I named "yes.bat"
and "no.bat":
----------- begin "yes.bat" ---------
@echo off
if exist arachne.cfg del arachne.cfg
copy config.txt arachne.cfg > nul
echo KeepOnServer Yes >> arachne.cfg
echo Your email will be kept on the server after you download it.
echo If you don't want to keep it on the server, run "no.bat"
echo.
--------- end "yes.bat" ------------
-------- begin "no.bat" ------------
@echo off
if exist arachne.cfg del arachne.cfg
copy config.txt arachne.cfg > nul
echo KeepOnServer No >> arachne.cfg
echo Your email will not be kept on the server after you download it.
echo If you want to keep it on the server, run "yes.bat"
echo.
-------- end "no.bat" --------------
Sam Heywood
-- Message sent by the Arachne Web Browser for DOS, GPL version 190j1
-- http://arachne.cz/?page=soft
Arachne at FreeLists
-- Arachne, The Premier GPL Web Browser/Suite for DOS --
Other related posts: