Re: PM5b26 - next message not selected

2004-05-17 Thread Richard Hart

Pat O'Halloran wrote:

After moving a message to trash the next message is no longer selected.
The prefs are correctly set to do so.

This is true for me too.

Select a message.
Click on the trash can.
After the selected message disappears, the next message in the list is
not selected. It has been in all previous versions.

Richard Hart




Resonse to clicks while receiving

2004-05-17 Thread Craig Dudley

Hi,
I am using PM 5.0b18. I notice that while the status line in
lower right of browser window shows retrieval of messages, PM
won't respond to clicks on a folder or message until after
Idle shows in the status line. Instead I get a spinning
beach ball. Is this expected behavior for a PowerMac G5 DP 
1.8GHz, 1.5GB RAM? System is lightly loaded (less than 50% 
CPU for both processors, as shown by iPulse).

I thought PM 5.0 was multithreaded.

-- 
Craig Dudley
Systems  Communications Sciences, Inc.
244 Poor Farm Rd.
New Ipswich, NH 03071-3922
603-878-1148   Fax 603-878-1929




Re: PM5b26 - next message not selected

2004-05-17 Thread PowerMail Engineering

Dan Webb wrote:

While you're (hopefully) fixing this bug, can you make it work for
multiple messages?  If I am not mistaken, when I delete multiple
messages, the next message has never been selected.

I'm not sure this would be so great: this would mark the next message as
read, and that is not necessarily what you want. However, pressing the
down arrow key after deleting multiple messages should select the next
message.

Jérôme - PowerMail Engineering

-
   The powerful tools and superior usefulness of PowerMail certainly make
it a better choice for me and my business than Entourage or Eudora.
  Jaede Miloslavich, PowerMail user

 Download a demo version from www.ctmdev.com
-




Re: PM5b26 - next message not selected

2004-05-17 Thread Dan Webb

While you're (hopefully) fixing this bug, can you make it work for
multiple messages?  If I am not mistaken, when I delete multiple
messages, the next message has never been selected.

--
Dan Webb
[EMAIL PROTECTED]

=
Pat O'Halloran said:

After moving a message to trash the next message is no longer selected.
The prefs are correctly set to do so.
-- 
Pat O'Halloranhttp://www.danu.co.uk
An exclamation mark is like laughing at your own joke.
- F. Scott Fitzgerald






PM5b26 - next message not selected

2004-05-17 Thread Pat O'Halloran

After moving a message to trash the next message is no longer selected.
The prefs are correctly set to do so.
-- 
Pat O'Halloranhttp://www.danu.co.uk
An exclamation mark is like laughing at your own joke.
- F. Scott Fitzgerald




[PM5b26] Mark as spam and message selection

2004-05-17 Thread Christian Roth

Hi,

earlier betas had the feature that when one manually marked as spam a
message in the Recent Messages window, the operation was handled
similarly to a move to trash command: The message was classified as spam
and the next message was selected automatically. The only problem (or
bug) here was that the window was scrolled in a way that after the
operation, the message that had been marked as spam was in view, but not
the newly selected one.

In 5b26, this behaviour changed such that after a manual marking as spam,
the marked message stays selected. When sorting by folder location, this
means the view jumps to the very bottom of the RMW, and one has to use
the mouse or the cursor keys to move to the place where one was
immediately before performing the mark as spam action.

I suspect this new, much less convenient behaviour is tied to the issue
originally reported by Jim Pistrang for b26 where deleting a message in
e.g. the RMW no longer selects the next message automatically (even
though this behaviour is checked in the preferences), but removes any
message selection.

It would be cool if Mark as Spam was treated exactly the same as Move
to trash, i.e. it carries out the action, selects the next message and
does scroll the window only(!) when the resulting selection is beyond the
current viewport of the window.

Regards, Christian.




Re: Sender's local time

2004-05-17 Thread Wayne Brissette

Max Gossell [EMAIL PROTECTED] on 17 May 2004 stated:

Is there a way to add the sender's local time to the Simple Header? If
not, it would be nice to have it put on the to-do list.

Max:

You can add this via an AppleScript for now. Not the best solution in the
world, but it does work and if you don't like to show the long headers,
this might be an option for you.

-- Begin AppleScript

(* Add Time Message was sent by the user to the top of a message

It's important to note that if you get Time Sent of a message via
AppleScript, it is
converted to YOUR local time. Thus it's more important to grab the
message's header and
get the time sent that is placed in the header.

*)

set TID to AppleScript's text item delimiters
set NewTID to Date:

try
tell application PowerMail 5.0b18
set MyMessage to current messages
repeat with i in MyMessage
set TheTime to (time sent of i)
set TheHeaders to (headers of i)
set theContents to (content of i)

-- Break up header
set AppleScript's text item delimiters to NewTID
set TempTime to text item 2 of TheHeaders
set AppleScript's text item delimiters to return
set Users_Time to text item 1 of TempTime
set AppleScript's text item delimiters to TID
-- Make new contents

set MyContents to User's Local Time When Message was 
sent:  
Users_Time  return ¬
 My Time when Message was Sent:   TheTime  
return  return ¬
 theContents
set content of i to MyContents
end repeat
end tell
on error
set AppleScript's text item delimiters to TID

end try

-- End AppleScript

Hope this helps.

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

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: The Watchmen Must to be Free : 2003-12-16 The
Palace, Calgary AB




Sender's local time

2004-05-17 Thread Max Gossell

Is there a way to add the sender's local time to the Simple Header? If
not, it would be nice to have it put on the to-do list.

With a lot of contacts in different time zones, it would be a great help
to see the sender's local time. For instance when getting an urgent
message, one can make a judgement of how soon it is expected to be
answered by checking if the sender's local time is in the beginning or
the end of his/her business hours.

Max G




Executable file attachments

2004-05-17 Thread Chris Walker

Hi all,

The recent claims/counter claims over the possibility of an MP3 trojan,
made me wonder whether PM (4 or 5) allows executable attachments ( =
.app) to execute from a double click on the icon at the bottom of the
browser window.  Alternatively would it flag up a warning allowing the
user to bail out of anything suspicious?

I ask this out of curiosity, since I am very wary of unsolicited
attachments and generally bin them straight off.

cheers,

Chris




Re: Lost Recipients (5.0b26)

2004-05-17 Thread PowerMail Engineering

David scott wrote:

What is the limit on recipients?

32767, but there was a bug in 5.0 beta if there were more than 255
recipients. It will be fixed in the final version.
Note however that PowerMail is not a bulk email or mailing list
management software.

Thanks for the report.

Jérôme - PowerMail Engineering

-
   None of the other POP clients does so much so simply. For serious users
of e-mailer, the value of PowerMail 4 is excellent even considering the
free alternatives.
  PowerMail user comment on www.macupdate.com

 Download a demo version from www.ctmdev.com
-




Re: Where are mail filters?

2004-05-17 Thread PowerMail Engineering

Victor Eijkhout wrote:

I've installed the 5.026 beta. It did not ask me to convert the
4.something database, but when I copied the database over it did it fine.

If you want to convert your database to use it with the beta version,
choose switch user environment from the file / database menu, and
select your old PowerMail user folder (after having made a backup of course).

Jérôme - PowerMail Engineering

-
   I am generally delighted with PowerMail, which has the elegance and
attention to detail of the very best Macintosh software.
  PowerMail user comment

 Download a demo version from www.ctmdev.com
-




Re: Toolbar problems

2004-05-17 Thread smelik

I use Recent Mail regularly. I leave it open at the bottom of the
screen ordinarily. When this window is open in a larger size and I click
on the green button to change size back to the smaller size it expands
sending the toolbar to the top of the screen hiding the top of it behind
the PowerMail menu bar. It is not possible then to click the green button
(or red or yellow buttons) or place the cursor on the top margin to drag
it down. I have to click the Zoom Window to retrieve the Recent Mail

I just tried it out and you are right, the same thing happened to my
recent mail folder.

Willem




Where are mail filters?

2004-05-17 Thread Victor Eijkhout

I've installed the 5.026 beta. It did not ask me to convert the
4.something database, but when I copied the database over it did it fine.

However, the 5 beta has no filters. So I guess I need to copy the filters
over too. Except that I can't find them. Which file has them?

(And I hope there will be a new beta very quickly that after deleting a
file selects the next. That is one annoying bug!)

Oh, now that I'm writing this I note that my signature has gone AWOL too.
What file has that one?

V.




Screen re-draw problems

2004-05-17 Thread Daniel Ross, SJ

I've been using the beta version of PowerMail the past few weeks. I
usually have the Recent Mail in a reduced size at the bottom of the
screen. When I want to view it in an expanded size I hit the green button
and the window expands as a blank page. It does not re-draw until I click
on the top of the window where Subject, etc. are supposed to be
displayed. These are also not re-drawn until I click where one of them
should be. Sometimes I have to click on this window more than once before
a re-draw takes place.

I never saw this on the non-beta version.

Dan (Running OS 10.3.3 on an iMac G4)




Toolbar problems

2004-05-17 Thread Daniel Ross, SJ

I sent this in an email to PowerMail a while back, but did not send it
through the discussions list. I find the same problem persists in the
latest beta and so send it again, but this time the proper way. I don't
see that anyone on the list has brought this up.

I use Recent Mail regularly. I leave it open at the bottom of the
screen ordinarily. When this window is open in a larger size and I click
on the green button to change size back to the smaller size it expands
sending the toolbar to the top of the screen hiding the top of it behind
the PowerMail menu bar. It is not possible then to click the green button
(or red or yellow buttons) or place the cursor on the top margin to drag
it down. I have to click the Zoom Window to retrieve the Recent Mail
toolbar and then drag the window down. Hitting the Command and W will
shrink the window back to the bottom of the screen, but not being able to
do this with the mouse seems to be a bug.

I have to add that sometimes this does not happen!!

Or, am I doing something wrong? I did not encounter this with the pre-
beta versions of PowerMail.

Dan (Running OS 10.3.3 on a G4)