Script Locations

2004-12-11 Thread Richard Hart
PowerMail stores scripts in 2 locations. One contains the default (built- in scripts). The other contains your scripts. Your scripts appear in the PowerMail scripts menu under the gray "Custom Scripts" heading. They are stored here: ~/Mail/PowerMail Folder/Custom Scripts/ You can access this fo

Re: Copying Body's Content

2004-12-11 Thread Andy Fragen
*This message was transferred with a trial version of CommuniGate(tm) Pro* ~/Mail/PowerMail Files/Custom Scripts/ -- Andy Fragen On Sat, Dec 11, 2004, Richard Hart said: >Giovanni Andreani wrote: > >>Another curious thing: where are PowerMail's Scripts stored? > >PowerMail scripts are stored i

Re: Copying Body's Content

2004-12-11 Thread Richard Hart
Giovanni Andreani wrote: >Another curious thing: where are PowerMail's Scripts stored? PowerMail scripts are stored in 2 locations. See my message "Script Locations" in another thread. Richard Hart

Re: No hard wrap of text

2004-12-11 Thread Urs Gruetzner
>[Sorry, first time it's gone away to early] > >[EMAIL PROTECTED] wrote: > >>>Where can I stop Powermail to hard wrap the text of my mails? I want >>>Powermail to send my mails without hard line break. >> > >This RFC dates from 2001 - which is a centenary in IT-time! >As it is written, it's "a m

Re: Copying Body's Content

2004-12-11 Thread Andy Fragen
*This message was transferred with a trial version of CommuniGate(tm) Pro* Here's one for TextEdit. tell application "PowerMail 5.1.1a1" set s to "" set theMessages to current messages repeat with msg in theMessages set s to s & content of msg end

Re: Copying Body's Content

2004-12-11 Thread cheshirekat
On Sat, Dec 11, 20043:13 PM, the following words from Giovanni Andreani [EMAIL PROTECTED], emerged from a plethora of SPAM ... >... >>I don't use BBEdit, but here's an example of getting all the selected >>messages into one new PowerMail message with AppleScript, which you could >>then select and

Re: No hard wrap of text

2004-12-11 Thread C. A. Niemiec
>>From what I've seen, PowerMail puts no breaks in incoming mail. I have >>some messages here and there that freeflow when the window is resized >>(plaintext, not HTML/etc.). > >You just contradicted yourself from yesterday: :-))) > >>PowerMail inserts line breaks in outgoing mail automatically.

Re: No hard wrap of text

2004-12-11 Thread Tim Lapin
On Saturday, December 11, 2004, C. A. Niemiec sent forth: > >From what I've seen, PowerMail puts no breaks in incoming mail. I have >some messages here and there that freeflow when the window is resized >(plaintext, not HTML/etc.). > >Chris >-- > You just contradicted yourself from yest

Re: Copying Body's Content

2004-12-11 Thread C. A. Niemiec
>I've tried the script above, but I can't get Bbedit to open a new window. >I changed the syntax with >tell application "BBEdit Lite 6.1 for OS X" I didn't think this was supported on the Lite version. Chris --

Re: No hard wrap of text

2004-12-11 Thread C. A. Niemiec
>I ask for this: >Make for sending mails the option-choice for >- to break automaticaly at 78 character >OR >- free flow of characters > >And the same option-choice for incoming mails. From what I've seen, PowerMail puts no breaks in incoming mail. I have some messages here and there that freeflo

Re: No hard wrap of text

2004-12-11 Thread Wayne Brissette
>This RFC dates from 2001 - which is a centenary in IT-time! >As it is written, it's "a more conservative recommendation". >But in the meantime all of (serious) mail programs are able to handle it. A mail app can do as it wants, but the mail relays will do as they please as well. This is a case

Re: Copying Body's Content

2004-12-11 Thread Giovanni Andreani
>*This message was transferred with a trial version of CommuniGate(tm) Pro* >Try this. > > >tell application "PowerMail 5.1.1a1" > set theMessages to current messages > repeat with msg in theMessages > --set s to source of msg > set s to content of msg > t

Re: Copying Body's Content

2004-12-11 Thread Giovanni Andreani
... >I don't use BBEdit, but here's an example of getting all the selected >messages into one new PowerMail message with AppleScript, which you could >then select and copy to BBEdit: > > >property ret : return >property rr : ret & ret >property fromLead : "From: " >property dateLead : "Date: " >pr

Re: No hard wrap of text

2004-12-11 Thread Rene Merz
[Sorry, first time it's gone away to early] [EMAIL PROTECTED] wrote: >>Where can I stop Powermail to hard wrap the text of my mails? I want >>Powermail to send my mails without hard line break. > >PowerMail inserts line breaks in outgoing mail automatically. It's been >discussed a few times here

Re: Feature request: Spell check in Subject line

2004-12-11 Thread RockLily
50 billion years ago the universe exploded into existence nothing much of importance has happened since then, until Fri, Dec 3, 2004 at 4: 02 PM, when Max proclaimed >I find it somewhat annoying that Spell Checking doesn't check the subject >line. if you're willing to buy commercial spellche

Re: No hard wrap of text

2004-12-11 Thread C. A. Niemiec
>Where can I stop Powermail to hard wrap the text of my mails? I want >Powermail to send my mails without hard line break. PowerMail inserts line breaks in outgoing mail automatically. It's been discussed a few times here. Something official was said by CTM about this (though I can't find it at t