[20] in IMAP Delivery
NS Stock Answer
daemon@ATHENA.MIT.EDU (Nicholas Howard)
Mon Jun 26 13:35:42 2000
Message-Id: <3957946C.C84E2F4@mit.edu>
Date: Mon, 26 Jun 2000 13:35:39 -0400
From: Nicholas Howard <nhoward@MIT.EDU>
Reply-To: nhoward@MIT.EDU
Mime-Version: 1.0
To: imapdel@MIT.EDU
Content-Type: text/plain; charset=iso-8859-1; x-mac-type="54455854"; x-mac-creator="4D4F5353"
Content-Transfer-Encoding: 8bit
When doing imap testing I realized that netscape would launch eudora
when I tried to send mail. I couldn't figure out any way to undo this
aside from trashing assorted preferences until finding the right one, so
with help via -i help I fixed the problem by writing an applescript to
reverse the actions of the original applescript that put it in that
state.
It worked like a charm. I imagine others will run into this problem and
that this simple, easy to use/understand method is far superior than
telling them to trash a given preference (which for many would prompt a
call to the helpdesk).
The script is copied below, see me for a compiled copy (or just paste it
into ScriptEditor)
-Nick
tell application "Netscape Communicator"
unregister protocol "CSOm" for protocol "mailto:"
end tell