Re(3): HTML text can't be marked, isn't quoted in replies...?

2003-03-22 Thread Wayne Brissette

Leonard Morgenstern [EMAIL PROTECTED] on 3/22/03 at 2:08 PM stated: 


Is it possible to a) open it in some way, or b) have someone send me
either text or a modifiable version?

Thanx
Len

Use the version by w. eric tyson. The version I wrote uses some specific
clean up tasks that BBEdit has built into their editor.

http://homepage.mac.com/wayneb/SW/HTML_CleanUP.sit

Wayne

---
Get your facts first, and then you can distort them as much as you please.
- Mark Twain

Live DAT  Music Page: http://homepage.mac.com/wayneb/
PowerMail AppleScript Archives: http://homepage.mac.com/wayneb/powermail.html

Music Currently playing: 




Re(3): HTML text can't be marked, isn't quoted in replies...?

2003-03-22 Thread Leonard Morgenstern

On 3/20/03 10:18 AM Max Gossell wrote:

I just found out what the script html CleanUP by W. Eric
Tyson is for! Works great, and is found on Wayne's page http://
homepage.mac.com/wayneb/powermail.html.

It seems email life without Wayne would be all that more problematic...   :-)

/Max G 

I have downloaded HTML Cleanup. It won't work for me because it
requires BBEdit, which I don't have. I can't change the script because
it's compiled; it runs as soon as I double-click on its icon or try to
open it from within Script Editor.

Is it possible to a) open it in some way, or b) have someone send me
either text or a modifiable version?

Thanx
Len

P.S. I agree with your comment about Wayne. He has been very generous
with his time and knowledge both in general and on a personal basis.

 
--
Leonard Morgenstern
[EMAIL PROTECTED]

Time flies like an arrow. Fruit flies like a banana.
--An example of why direct computer translation won't ever work.




Re(2): iTunes script

2003-03-22 Thread Wayne Brissette

Mirko Kranenburg [EMAIL PROTECTED] on 3/22/03 at 11:29 AM stated: 

Oh, and one more thing: does one separate with spaces, semicolons, repeat
the whole line for each signature I want unchanged? Basic AppleScipt
knowledge, but I don't know.

Thanks,

Mirko


Here's a thought Rename your signatures that you don't want changed. Put
something like NoChange -  before each one you don't want changed. Then
put NoChange where the XX is in the previous script (Probably says
Apple in the script itself).

Wayne

-- 
Somebody's dead forever... 
- Somebody Got Murdered -- Joe Strummer (1952-2002 R.I.P.)

Live DAT  Music Page: http://homepage.mac.com/wayneb/
PowerMail AppleScript Archives: http://homepage.mac.com/wayneb/powermail.html

Music Currently playing: 




Re(2): iTunes script

2003-03-22 Thread Wayne Brissette

Mirko Kranenburg [EMAIL PROTECTED] on 3/22/03 at 11:27 AM stated: 

You are a gentleman!

One thing that I thought I had picked up in the past is that it is
required to run some type of CRON task? That is what prompted me to seek
assistence, 'cause that is a tad deeper in the gut of OS X than I would
dare to go...
Not necessary then?

I use a crontab at work since I almost always have CDs playing. However
at home I don't play CDs much on my computer, so I don't run the
cronttab, instead I just use the script from the script menu. It's
obviously a bit more cumbersome this way, but I don't have to have iTunes
open all the time if I do this.

Wayne

-- 
sans la Musique la Vie serait une Erreur
Without music, life would be a serious mistake.
- Frederich Nietzsche

Live DAT  Music Page: http://homepage.mac.com/wayneb/
PowerMail AppleScript Archives: http://homepage.mac.com/wayneb/powermail.html

Music Currently playing: 




Re(2): iTunes script

2003-03-22 Thread Mirko Kranenburg

Oh, and one more thing: does one separate with spaces, semicolons, repeat
the whole line for each signature I want unchanged? Basic AppleScipt
knowledge, but I don't know.

Thanks,

Mirko

-- 
Mirko Kranenburg
e-mail [EMAIL PROTECTED]

On Sat, 22 Mar 2003 11:19:42 -0600 Wayne Brissette wrote:

if tempName does not contain XX then
   set changeName to true
   else
   set changeName to false
   end if

XX should be the name or names of the signature(s) that you DON'T
want changed. 

Wayne




Re(2): iTunes script

2003-03-22 Thread Mirko Kranenburg

You are a gentleman!

One thing that I thought I had picked up in the past is that it is
required to run some type of CRON task? That is what prompted me to seek
assistence, 'cause that is a tad deeper in the gut of OS X than I would
dare to go...
Not necessary then?

Thanks!

Mirko

-- 
Mirko Kranenburg
e-mail [EMAIL PROTECTED]

On Sat, 22 Mar 2003 11:19:42 -0600 Wayne Brissette wrote:

Jonathan Greene [EMAIL PROTECTED] on 3/22/03 at 8:29 AM stated: 

You should add it to your scripts menu, then from PM just select it. 
That is what I did, but it added the caption to all my signatures...

It would be nice to selectively add it to signaturesas opposed to all
sigs.  Plus choose when to add it.

Look for this section in the script:
-- 
tell application PowerMail
   set OriginalSigs to text signatures
   repeat with i from 1 to (count of OriginalSigs)
   set tempName to name of (item i of OriginalSigs)
   if tempName does not contain XX then
   set changeName to true
   else
   set changeName to false
   end if

XX should be the name or names of the signature(s) that you DON'T
want changed. 

Wayne

-- 
All human rules are more or less idiotic.
- Mark Twain

Live DAT  Music Page: http://homepage.mac.com/wayneb/
PowerMail AppleScript Archives: http://homepage.mac.com/wayneb/powermail.html

Music Currently playing: 








Re: iTunes script

2003-03-22 Thread Wayne Brissette

Jonathan Greene [EMAIL PROTECTED] on 3/22/03 at 8:29 AM stated: 

You should add it to your scripts menu, then from PM just select it. 
That is what I did, but it added the caption to all my signatures...

It would be nice to selectively add it to signaturesas opposed to all
sigs.  Plus choose when to add it.

Look for this section in the script:
-- 
tell application PowerMail
set OriginalSigs to text signatures
repeat with i from 1 to (count of OriginalSigs)
set tempName to name of (item i of OriginalSigs)
if tempName does not contain XX then
set changeName to true
else
set changeName to false
end if

XX should be the name or names of the signature(s) that you DON'T
want changed. 

Wayne

-- 
All human rules are more or less idiotic.
- Mark Twain

Live DAT  Music Page: http://homepage.mac.com/wayneb/
PowerMail AppleScript Archives: http://homepage.mac.com/wayneb/powermail.html

Music Currently playing: 




iTunes script

2003-03-22 Thread Mirko Kranenburg

I am not wildly familiar with AppleScript (not at all, really), and
completely relying on the wizardry of others. And Wayne's site shows that
there is plenty of that, excellent extensions of PowerMail.

For private e-mails I would like to run the iTunes_cd signature, but I am
not sure how to run it. My attempts so far have led to wiping of all
signatures.

Would anyone please reply with a simple manual for the script? Much obliged!

Mirko

-- 
Mirko Kranenburg
e-mail [EMAIL PROTECTED]




Re(2): macosxhints - An AppleScript to email Safari URLs with titles via Mail

2003-03-22 Thread Jonathan Greene

ah - this is very cool...

I added a Keyboard Maestro command to enable my script, but this actually
is cooler since it can create a message that is open as opposed to saved
in your OutTray.

Here's the code:

javascript:location.href='mailto:?SUB
JECT='+document.title+'BODY='+escape(location.href) 

Just make a new bookmark in your bookmark bar and then you can trigger
this with whatever Apple+Number coordinates to it.  In my case Apple+2.

--

An army without culture is a dull-witted army, and a dull-witted army cannot 
defeat the enemy.  Mao Tse-Tung

on Fri, 21 Mar 2003 21:18:47 -0800 / Andy Fragen said: 

http://www.macosxhints.com/article.php?story=20030318202727875#comments

Look farther down the page. The solution Wayne is referring to is the
javascript one.




Re: macosxhints - An AppleScript to email Safari URLs with titles via Mail

2003-03-22 Thread Andy Fragen

*This message was transferred with a trial version of CommuniGate(tm) Pro*

On Fri, Mar 21, 2003, Jonathan Greene said:

not sure I follow you.  I modified the script to work with powermail but
it does exactly the same thing as the previous script.

-- 
As long as people will accept crap, it will be financially profitable to
dispense it. 
-- Dick Cavett

on Fri, 21 Mar 2003 13:31:35 -0600 / Wayne Brissette said: 

http://www.macosxhints.com/article.php?story=20030318202727875#comments

Look farther down the page. The solution Wayne is referring to is the
javascript one.

-- 
Andy Fragen




Re(2): Attachments Restricted to One Folder

2003-03-22 Thread Mark Smith

I agree about the attachments folder. 

Couldn't PowerMail place attachments for messages in separate folders for
each message? Becky2 for Windows does this, and is one of the reasons I
use it as my e-mail application on my Windows PC. It is very convenient
when you receive half a dozen attachments, or more, with one message. The
Show in Finder menu would take you to a folder that contains all the
files attached to a message, and only those files.

Mark.

At Tue, Mar 18, 2003, the nimble fingers of Jonathan Greene typed the
following:

I hear you on this one.  The attachments folder is a nice concept, but
since I just switched over I have well over 3000 items and renders using
it via the finder very difficult.  I have already run through and killed
many similar and obvious dupes thanks to rounds of revisions on work for
clients over the past few years.  Multiple folders, filtered by rule
would be great though I would still have a great deal of manual labor
ahead to file all this stuff.

-- 
Mark Smith (The Red Whales Rool)
Ashiya, Hyogo, Japan.
Selected Japanese match reports and league tables.
http://www2.odn.ne.jp/~hab26240/




Re: macosxhints - An AppleScript to email Safari URLs with titles via Mail

2003-03-22 Thread Jonathan Greene

not sure I follow you.  I modified the script to work with powermail but
it does exactly the same thing as the previous script.

-- 
As long as people will accept crap, it will be financially profitable to
dispense it. 
-- Dick Cavett

on Fri, 21 Mar 2003 13:31:35 -0600 / Wayne Brissette said: 

http://www.macosxhints.com/article.php?story=20030318202727875#comments

So normally I'm all for writing AppleScripts to solve problems. However
this is one case where the recent AppleScript to mail a URL from Safari
seem crude compared to the javascript solution... (FYI, I used it to send
this email).