On 30 Apr 2001 04:23:53 -0400, Christopher James Lahey wrote:
> On 29 Apr 2001 17:35:51 -0700, Jay Thorne wrote:
> > 1. When I define a filter, the define filter window jumps to the back
> > when I click OK on the "Directory to move mail to" dialog, leading me to
> > think it had silently died.
> 
> I know very little about this area.  I'm also not sure how to fix it.

I don't speak gnome, but I have coded several other toolkits. Normally
I'd assume when you detect the "OK" button and close the dir dialog
window, you need to explicitly focus on the window you were on before,
for example in pseudo code:

// user wants to select a dir
window_result=Widget_to_build_dir_dialog();
// now we have no idea which window is focused, but
// the dir widget just closed, so lets force window focus
// so the window comes to the top
focus_this_window();
// continue...

> 
> > 2. When you set "Hide Deleted Mail" on, Expunge no longer takes any
> > action.
> 
> It still empties the trash and cleans up your files to be smaller.
Expunge also only acts on the current dir. Any way to make a "Clean my
entire tree"?

> 
> > 3. When multiple filter rules match a single message, no precedence
> > sorting occurs. It does both actions, leading to multiple copiles in
> > various folders. The precedence dialog LOOKS like it should help, but it
> > does not change the behaviour.
> 
> You have to explicitly tell it to stop processing after matching a
> filter.  Add an action set to stop processing.
> 

Interesting. I'd have coded it to stop after matching and acting on one
rule. But thats only because I'd have thought that the order dialog box
was implying that.


> > 4. I tried to RE-filter a directory with the above mentioned multiple
> > matching filters defined and the gui seemed to go into limbo. It updated
> > when I moved and hid/un-hid it, but it took no more action and processed
> > no more input. 
> 
> My guess was that it was just taking a lot of time doing the filtering
> in another thread.  That or there was a modal window up.  Would
> scrollbars respond?

No. No cpu used either. 

-- 
Jay "yohimbe" Thorne  [EMAIL PROTECTED] [EMAIL PROTECTED]
GCS d-- s:+ a C++ UL++++ P+++ L+++ E--- W+++ N+ o K-- w--- O- M+ V 
PS+ PE+ Y+ t+ X-- R tv- b+++ DI++ D- G e++ h- r+++ y+++
Mgr Sys & Tech, Userfriendly.org

_______________________________________________
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution-hackers

Reply via email to