Re: [Evolution] Misleading status message on Apply Filters

2005-11-02 Thread Not Zed
Its always been like that, it goes through the same function call. On Wed, 2005-11-02 at 10:06 -0400, Patrick O'Callaghan wrote: > Hitting Ctrl-Y (Message->Apply Filters) applies the filters only to the > selected messages, which is correct IMHO, but the status message says > "Filtering Folder",

Re: [Evolution] IMAP bug in 2.4?

2005-11-02 Thread Not Zed
This actually wont do anything, it will just delete all of your accounts and other settings. And as a side-effect, as you've discovered, it will wreck all of your filters (even if you hadn't have removed .evolution they would point to a now-removed account). You "just" needed to remove the stuff

[Evolution] All done ... for now

2005-10-13 Thread Not Zed
Hi all, Well after 5 years and 10 months, i'm just about say ta-ta to full-time Evolution development. I probably have a few things to add to the documentation, but right now my mind is drained of about all I can think of, and a man is not a camel ... Well, it's been an experience, from the exci

Re: [Evolution] Adding calendar entries without bolding the calendar

2005-10-13 Thread Not Zed
This is exactly what the multiple-calendar display is for, seems like the nicest solution to me is the one you've discovered already. On Thu, 2005-10-13 at 11:20 +0100, Eamonn Hamilton wrote: > Hi, > > I was entering a bunch of stuff onto my calendar like fiscal period, > timesheet markers etcet

Re: [Evolution] Inbox doesn't automatically update....

2005-10-10 Thread Not Zed
what backend are you using? btw shreyas, the default setting is to check only the inbox, not the current folder, so that setting will make no difference. On Fri, 2005-10-07 at 17:49 -0700, Christian Seberino wrote: > Even if I stay in the Inbox always, I don't see *new* emails unless > I quickly

Re: [Evolution] Re: Sorting out the ; in exchange connector

2005-10-07 Thread Not Zed
Such a pity, a simple problem that could've been fixed by just using a url parameter (among other things), instead of a ; hack. I thought earlier you said that the ; was just used for the password key. Why on earth would a password key be being used for anything other than a password key? On F

Re: [Evolution] Re: Sorting out the ; in exchange connector

2005-10-07 Thread Not Zed
On Fri, 2005-10-07 at 16:36 +0530, Arunprakash wrote: > Hi, > > On Fri, 2005-10-07 at 11:37 +0100, Murray, WJ (Bill) wrote: > > Hello guys, > > I have found evolution (esp. evolution-exchange) > > essential, but always buggy, so I keep trying out new version. I > >

Re: [Evolution] An extra ; in exchange:// URL with ximian conector

2005-10-04 Thread Not Zed
How are you adding and reading the ';'??? Why not use a url parameter instead? On Tue, 2005-10-04 at 17:04 +0530, Arunprakash wrote: > Hi, > > On Tue, 2005-10-04 at 12:28 +0200, Ignacio Mas Ivars wrote: > > Hi all! > > I just upgraded evolution to 2.4.1 (though my ximian-connector is still > >

Re: [Evolution] IMAP flags

2005-10-01 Thread Not Zed
Whether concurrent applications see flag updates depends also on the server as well as the client. Evolution currently only stores flags when you change the folder view, exit, or expunge the folder. On Sat, 2005-10-01 at 16:50 -0700, David Wright wrote: > Thanks for responding! > > > it can als

Re: [Evolution] IMAP flags

2005-10-01 Thread Not Zed
On Sat, 2005-10-01 at 19:17 +0200, Tony Earnshaw wrote: > lau den 01.10.2005 Klokka 18:25 (+0200) skreiv Andre Klapper: > > [...] > > > so do you use "IMAP" or the deprecated "IMAP4rev1" > > Since when has "IMAP4rev1" been deprecated? It's what Courier IMAP > (latest version) uses ... This is r

Re: [Evolution] mass email from evolution

2005-09-27 Thread Not Zed
On Fri, 2005-09-23 at 19:30 +0200, Juergen Schmidt wrote: > >>>we have customers using evolution. they send mass-emails from evolution > >>>to their organisation-members. around 400 emails each sending ... > >>> > >>>on our mailserver we use smtp-restriction to 100 recipients. is there a > >>>way t

Re: [Evolution] Evo 2.4.0 IMAP Issue

2005-09-21 Thread Not Zed
Hmm, basically looks ok. It just fetches the headers to start with to build the list of messages. It will retrieve the content later on. I definitely can't see anything wrong with the server traffic (we've had servers in the past sending rubbish or empty replies). You don't have a search activ

Re: [Evolution] Evo 2.4 compile error

2005-09-21 Thread Not Zed
Maybe wrong libtool version? Try also just using 'make -k', that failure is only a test program, and not important. On Wed, 2005-09-21 at 15:38 +0200, Mario Pulsfort wrote: > hi, > > following error occurs while compiling e-d-s 1.4 on SuSE 9.3 > > make[6]: Entering directory > `/home/user/evo

Re: [Evolution] Wishlist: labels as in gmail

2005-09-21 Thread Not Zed
Labels are like keyword flags you set on messages. But when you create a new flag, it becomes a new view of the inbox. i.e. it is like vfolders but manually driven. This is actually almost enough code to implement a vfolder view that could work this way, but no ui to actually set the flags. It

Re: [Evolution] Evo 2.4.0 IMAP Issue

2005-09-21 Thread Not Zed
No, to set an environmental variable depends on the shell, the normal bash shell you do it thus: export CAMEL_DEBUG=all then run evolution You can also do it all in one, but you need to put it before the command, not after: CAMEL_DEBUG=all evolution All the debug spew (you'll know when you see

Re: [Evolution] Evo 2.4.0 IMAP Issue

2005-09-20 Thread Not Zed
Try running with CAMEL_DEBUG=all set in the environment, and see what it's doing. Running 'rm -rf .evolution/mail/imap' before you run it will force it to reload everything from the server. On Tue, 2005-09-20 at 02:02 -0600, Tyler wrote: > Hi All, > > I had Evolution 2.2 installed on Ubuntu Ho

Re: [Evolution] Question/Bug in Evolution?

2005-09-15 Thread Not Zed
Gnome certainly doesn't read mailcap, which isn't sufficiently rich enough for a modern system. It has it's own mailcap and mimetype database system. Umm, try looking around gnome.org/searching for gnome mime type or something on google. On Thu, 2005-09-15 at 15:54 -0400, David Ronis wrote: > I

Re: [Evolution] working tls support?

2005-09-04 Thread Not Zed
"use secure connection always" isn't tls, it is ssl. use "whenever possible", it will use tls. I tried to fix this ages ago, to say what it actually meant, but for some unexplained reason it was seen as 'confusing to users' so was reverted. On Mon, 2005-09-05 at 00:13 +0200, Igor Testen wrote:

Re: [Evolution] Migration issue

2005-09-02 Thread Not Zed
Copy the ~/.evolution/mail/vfolders.xml file across. If that isn't there/is incomplete then something went missing. On Thu, 2005-09-01 at 21:33 -0700, Des Dougan wrote: > I just migrated from my old PC to my new (yes, and I checked the > archives!). I shutdown Evo with --force-shutdown, and also

Re: [Evolution] Hang while formatting message

2005-09-02 Thread Not Zed
Try setting the environmental variable EVOLUTION_NO_BAR=1, and see if that stop the hangs. Also, try disabling 'load images if sender is in addressbook', it might be the addressbook lookup hanging - which isn't cancellable either. I guess, file a bug, include a backtrace of all threads, and pref

Re: [Evolution] Auto-moving/downloading email from server...

2005-08-31 Thread Not Zed
If it has pop that would be preferrable, but you could set up a filter to copy the mail too. There's an imap option to 'apply filters to inbox'. You will have to initially select all the messages and apply the filters to kick start the process, and then you may need to re-do it if other clients

Re: [Evolution] Problems with auto-pruning

2005-08-30 Thread Not Zed
you have to apply the filter to the messages. filters are only, necessarily, only ever applied to new messages, or messages you explicitly apply them to. On Tue, 2005-08-30 at 11:48 -0400, [EMAIL PROTECTED] wrote: > Evolution 2.2.1 SuSe 9.3 > Desired State: > All emails in mailbox "bb" (Big Br

Re: what happened to the "[Evolution]" text in the subject?

2005-08-29 Thread Not Zed
No, but it should still work. The list headers only work for messages which go through the lists - which isn't everything because often people reply off list. On Mon, 2005-08-29 at 18:27 -0400, Chris Toshok wrote: > you shouldn't depend on that. instead, use: > > X-BeenThere: evolution-list

gpg hash algorithm bug

2005-08-28 Thread Not Zed
GPG users, I recently submitted a patch for bug 304415; I was wondering how important people feel this is, and whether the patch is a suitable workaround. I'm not entirely happy off my own bat that it is the right solution, but given that duplicating the setting in evolution itself is also not v