Re: [ANN] Private testing of PM5b26 final candidate

2004-05-15 Thread Derry Thompson


>   * Corrupted messages that do not have an empty line to delimit the end of
> the message header were not saved in the database, and thus were
> re-downloaded at each connection

Excellent. This works superbly. No longer do I have to use webmail to
delete these  corrupted messages. 

Thank you.

--
Derry Thompson
g l o d e r w o r k s | Design - Hosting - Programming 

<[EMAIL PROTECTED]>
+ 44 (0) 7976 802487




Re: [ANN] Private testing of PM5b26 final candidate

2004-05-15 Thread PowerMail Engineering

Emily Jackson wrote:

>>and for every icon file
>>present in the Contents / Resources folder, you can put your own icon,
>>with the same name, in a folder called "Custom Icons
>
>I can't get this feature to work; I copied Apple Mail's Send icon file (a
>TIFF) to my desktop, used Photoshop Elements to export the TIFF to an
>.icns file (I have a Photoshop plugin that can do that) named "Send.icns"

Hum... you're true, it does not work for toolbar icons :-/

Jérôme - PowerMail Engineering

-
   "I've recently switched from Entourage X and  I want to say that
PowerMail is really slick. Small, fast and versatile."
  Andy Fragen, PowerMail user

 Download a demo version from www.ctmdev.com
-




[PM5b26] Keyboard Access and Alert Dialogs

2004-05-15 Thread fk

When PM encounters an error and presents a dialog box to either "Snooze"
or "OK" it is impossible to choose either button after selecting/hi-
lighting them from the keyboard. The button accurately receives the
focus, and even hi-lights when the space bar is hit, but no action takes
place.

The ability to utilize full keyboard access is fairly essential to some
people.

Thanks,
Kename




Re(2): [ANN] Private testing of PM5b26 final candidate

2004-05-15 Thread Emily Jackson

At 6:15 AM -0500 on Saturday, May 15, 2004, david.gordon
<[EMAIL PROTECTED]> wrote:

>PowerMail Engineering wrote on Sat 15 May 2004 at 11:55 +0200
>
>>and for every icon file
>>present in the Contents / Resources folder, you can put your own icon,
>>with the same name, in a folder called "Custom Icons
>
>Excellent! Death to the Spam Fly :)

I can't get this feature to work; I copied Apple Mail's Send icon file (a
TIFF) to my desktop, used Photoshop Elements to export the TIFF to an
.icns file (I have a Photoshop plugin that can do that) named "Send.icns"
and placed that in ~/Mail/PowerMail Files/Custom Icons/. However, I still
see PM's Send icon on the Mail Browser toolbar and in the message
composition window.

Emily




Re: [ANN] Private testing of PM5b26 final candidate

2004-05-15 Thread david.gordon

PowerMail Engineering wrote on Sat 15 May 2004 at 11:55 +0200

>and for every icon file
>present in the Contents / Resources folder, you can put your own icon,
>with the same name, in a folder called "Custom Icons

Excellent! Death to the Spam Fly :)

-- 
david.gordon




Re: [ANN] Private testing of PM5b26 final candidate

2004-05-15 Thread PowerMail Engineering

Bob Salsburg wrote:

>Bob (Still hoping for a new Send icon )

Here is an undocumented feature: you can open PowerMail's package (via
the contextual menu on the application icon), and for every icon file
present in the Contents / Resources folder, you can put your own icon,
with the same name, in a folder called "Custom Icons" in your PowerMail
User folder.

Jérôme - PowerMail Engineering

-
   "PowerMail is the email client for me for several reasons:
(1) the integrity of the database,
(2) the incredible searching speed,
(3) the filtering system meets all my needs,
(4) I absolutely LOVE the Recent Mail browser,
(5) SpamSieve meets all my spam blocking needs"
  Sherman Wilcox, PowerMail user

 Download a demo version from www.ctmdev.com
-




[PM5b26] Redirecting more than one message adds signature

2004-05-15 Thread Christian Roth

[This is a repost of a bug description sent to CTM support some days ago]

When selecting more than one single message, choosing the "Redirect"
command appends the signature defined for the outgoing account to the
message about to be redirected.

Redirected messages should get sent without any modification, as is the
case with choosing Redirect when only a single message is selected.

Regards, Christian.




[PM5b26] Crash when switching user environment while emptying trash

2004-05-15 Thread Christian Roth

[This is a repost of a bug description sent to CTM support some time ago]

PowerMail consistently crashes when trying to switch the User Environment
(by opening a file of that new environment in the Finder) while a trash
emptying operation is still in progress.

I'm using two environments for different purposes, and switch several
times a day between the two using one PM file of each environment in the
Dock. Due to overwhelming spam, I routinely empty the trash before
switching to the other environment (which I do by clicking a file from
that other Env. in the Dock). However, trashing messages in my larger
environment does take quite long at the moment, and it takes several
seconds until the progress indicator shows up, so I often think PM is
already done with the trashing (it's only 10-15 emails in the trash per
operation), so I prematurely click on the other Environment's file in the
Dock for switching. Then, after PM switches environments, it crashes.

What I am asking for is either a dialog to pop up similar to the one that
delays user environment switching while retrieving mail or just delay
user environment switching to a time where it is safe to do so, i.e. no
concurrent thread/operation is running that will lead to a crash when
performing a switch.

Regards,
Christian




[PM5b26] Negative unread message count in In tray

2004-05-15 Thread Christian Roth

[This is a repost of a bug description sent to CTM support some days ago]

Performing the following filter on an incoming message sets the "Incoming
messages" folder bold and lists an unread message count of -1.

Filter setup:

Conditions: ---
[Subject] [begins with] "Confirm"
[Account] [is] []
[Status] [is not] [Read]
[Status] [is not] [Replied]

Execute if [all conditions are met]

Actions: ---
[Execute AppleScript] []
[Set status to] [Replied]

[x] Don't apply subsequent filters to this message

Here's the AppleScript code: --

tell application "PowerMail 5 Beta"
set theMessages to current messages
repeat with msg in theMessages
my handleConfirm(msg)
end repeat
end tell

on handleConfirm(msg)
tell application "PowerMail 5 Beta"
set replyMsg to (reply to msg without replying to all)
set content of the replyMsg to ""
set status of the replyMsg to waiting
end tell
end handleConfirm

Regards, Christian.




Re: [ANN] Private testing of PM5b26 final candidate

2004-05-15 Thread Bob Salsburg

>With the new beta, when I delete a message by clicking on the trash can,
>my next message is no longer selected.

Yep. Hope that's a temporary takeaway.

Bob (Still hoping for a new Send icon )




Re: Message toolbar missing

2004-05-15 Thread Bob Salsburg

>Tue, May 4, 2004 10:39 PM [EMAIL PROTECTED] Bob Salsburg said:
>
>>In b18, the message toolbar is not present unless I toggle it. Can
>>someone point me to a Pref for this.
>
>This now works fine for me in b26. Thanks!!
>
>
And it is working for me too.




Re: Message toolbar missing

2004-05-15 Thread Wayne Brissette

>Tue, May 4, 2004 10:39 PM [EMAIL PROTECTED] Bob Salsburg said:
>
>>In b18, the message toolbar is not present unless I toggle it. Can
>>someone point me to a Pref for this.
>
>This now works fine for me in b26. Thanks!!

Yes, I concur it works again for me as well. 

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/
Wayne's Music Calendar: http://ical.mac.com/wayneb/Music
PowerMail AppleScript Archives: http://homepage.mac.com/wayneb/powermail.html

Music Currently playing: 




Re: Message toolbar missing

2004-05-15 Thread Tom Miller

Tue, May 4, 2004 10:39 PM [EMAIL PROTECTED] Bob Salsburg said:

>In b18, the message toolbar is not present unless I toggle it. Can
>someone point me to a Pref for this.

This now works fine for me in b26. Thanks!!




Re: Threads

2004-05-15 Thread Barbara Needham

Jean de Crombrugghe on 5/10/04 said

>Hi,
>
>Is it possible to have threads on PowerMail ? I don't find that  ...

There was just a very long discussion on this. If you are not brand new
to this list, it is VERY recent.. the title was "Threads."

Anyway, the closest PM gets to this is sort by subject. Which isn't too bad.
-- 
Barbara Needham




Re: Threads

2004-05-15 Thread Marlyse Comte

>Is it possible to have threads on PowerMail ?

No.

---marlyse




Threads

2004-05-15 Thread Jean de Crombrugghe

Hi,

Is it possible to have threads on PowerMail ? I don't find that  ...

Thanks

  Jean de Crombrugghe
Belgium mailto:[EMAIL PROTECTED]   AIM: jean1dc
 -- -- ? -- --  




Re: [ANN] Private testing of PM5b26 final candidate

2004-05-15 Thread Sherman Wilcox

Jim said:

>With the new beta, when I delete a message by clicking on the trash can,
>my next message is no longer selected.  I do have this option turned on
>in Preferences.  Is this a bug?

I was just planning to write in about the same issue.

-- 
Sherman