Re: [Evolution] attachment icon missing in email list

2006-07-17 Thread Chris Williams
> Strange problem I just noticed.  I have a few folders on one of my IMAP
> accts.  They are all using the same view.  However, 2 out of 4 folders
> no longer are correctly displaying the little paper clip/envelope icon
> in the message list for emails with attachments.  In one of them, they
> display correctly for messages up to a certain date, then anything after
> that with attachments doesn't show the icon.  In the other folder, no
> messages have the icon.

Actually, after further checking, this is happening across all my IMAP
accounts, but not my local sent folder.  Changing the view on any IMAP
folder to "As Sent Folder" does not cause missing icons to reappear,
however.

--chris

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Could not create directory

2006-07-17 Thread Shawn Matlock








I have Evolution 2.6.2 on Windows XP (home) and FreePOPs
0.0.99

 

I’m having trouble accessing my yahoo account. (I set
up FreePOPs.)

 

Evolution comes back with:

Could not create directory:

    C:/documents
and settings/smatlock/.evolution/mail/pop/@[EMAIL PROTECTED]:2000:

    Invalid
Argument

 

Thank you,

Shawn

 

 






___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] strange charakter coding

2006-07-17 Thread Michael Stein
Hi there,
is there some knowledge about the charaktercoding in the emailheader?
I have some mac-friends with a senderadresse like that:
J=?ISO-8859-1?B?9g==?=rg <[EMAIL PROTECTED]>

Or subject:
Re: F=?ISO-8859-1?B?/A==?=r deinen Mac

Is that an evo-problem? (I think there are never ever any mac-problems ;) )

Michael

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] [Fwd: Re: Export Contacts]

2006-07-17 Thread Sean Coughlan
Hi There,

You should be able to export your evolution address book as a CSV file
with the following:

evolution-addressbook-export --format=csv > contacts.csv

Also, if you want to do something a little more complicated and have
or know someone that with basic Java it might be worth checking out
the following:

http://www.thecentric.com/wiki/index.php/Libeds-java

Best Regards,
Sean Coughlan

> From: Christopher M Bailey <[EMAIL PROTECTED]>
> To: Ollie Killingback <[EMAIL PROTECTED]>
> Cc: evolution-list@gnome.org
> Subject: Re: [Evolution] Export Contacts
> Date: Sun, 16 Jul 2006 09:09:41 +1000
>
> Hi Ollie,
>
> Most email packages will import vcards.  I know it can be a bit of a
> pain to export your entire address book, but even M$ Outlook and Outlook
> Express will import them.
>
> Cheers,
> Chris
>
> On Sat, 2006-07-15 at 18:46 +0100, Ollie Killingback wrote:
> > Is there a way that I can export all or some of my contacts to, say, a
> > text delimited file in order to share with someone else's Windows PC
> > where they will be imported into Thunderbird?
> >
> > Ollie K
>
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
>
>
>
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Filtering junk by unicode character range

2006-07-17 Thread John Spray
Hi,

The evo junk mail filtering doesn't seem to be doing anything at all
against some Japanese spam I'm getting a lot of.  I would assume this is
because it's not able to spot patterns in this language?  Alternatively,
perhaps there's a character encoding problem at work?

Anyway, I would like to simply create a filter that would mark anything
with Hiragana/Katagana characters in the subject as spam -- does anyone
have any ideas for how to do this?  Perhaps it's possible with a regex,
but I can't find how to specify such a range in unicode.

Cheers,
John

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Filtering junk by unicode character range

2006-07-17 Thread Grasshopper
On Mon, 2006-07-17 at 14:31 +0100, John Spray wrote:
> Hi,
> 

> 
> Anyway, I would like to simply create a filter that would mark anything
> with Hiragana/Katagana characters in the subject as spam -- does anyone
> have any ideas for how to do this?  Perhaps it's possible with a regex,
> but I can't find how to specify such a range in unicode.
> 
> Cheers,
> John
> 
Hi John,

Have you trained Evo to junk Japanese/Chinese characters.  I live in
Japan and on average I get 10 or so Japanese spam per day which all end
up in the junk box  :)

Hope this helps.

Grasshopper

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] strange charakter coding

2006-07-17 Thread Jeffrey Stedfast
it's a bug in the sending client, encoded-word tokens must be
space-delimited

On Thu, 2006-07-13 at 09:52 +0200, Michael Stein wrote:
> Hi there,
> is there some knowledge about the charaktercoding in the emailheader?
> I have some mac-friends with a senderadresse like that:
> J=?ISO-8859-1?B?9g==?=rg <[EMAIL PROTECTED]>
> 
> Or subject:
> Re: F=?ISO-8859-1?B?/A==?=r deinen Mac
> 
> Is that an evo-problem? (I think there are never ever any mac-problems ;) )
> 
> Michael
> 
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
-- 
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
[EMAIL PROTECTED]  - www.novell.com

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] strange charakter coding

2006-07-17 Thread Xavier Bestel
On Mon, 2006-07-17 at 15:52, Jeffrey Stedfast wrote:
> it's a bug in the sending client, encoded-word tokens must be
> space-delimited

This bug is *very* common. IMHO Evo should bite the bullet and correctly
deal with these semi-broken encodings.

Xav

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Filtering junk by unicode character range

2006-07-17 Thread John Spray
On Mon, 2006-07-17 at 22:46 +0900, Grasshopper wrote:
> Have you trained Evo to junk Japanese/Chinese characters.  I live in
> Japan and on average I get 10 or so Japanese spam per day which all end
> up in the junk box  :)

I have around 40 such messages which I have manually marked as junk and
are now in my junk folder -- should that be enough for the statistics?

John

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Filtering junk by unicode character range

2006-07-17 Thread Grasshopper

> On Mon, 2006-07-17 at 22:46 +0900, Grasshopper wrote:
> > Have you trained Evo to junk Japanese/Chinese characters.  I live in
> > Japan and on average I get 10 or so Japanese spam per day which all end
> > up in the junk box  :)

> On Mon, 2006-07-17 at 15:21 +0100, John Spray wrote:
> I have around 40 such messages which I have manually marked as junk and
> are now in my junk folder -- should that be enough for the statistics?
> 
> John
> 
It did take some time and I can't remember how many I junked before I
stopped seeing them in my inbox.

I filter my work/friends related Japanese mail, and now I have no
problem.  This is an example of subject "童貞いただきま" from a recent
spam which landed into the junk box.  It contains both Kanji and
Hiragana.  

I would say keep manually marking them as junk, if after 70 or so, post
again, and perhaps  one of the pros. on this list can help with setting
up a filter.

Grasshopper.

___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Scripting language?

2006-07-17 Thread Philip Rhoades
People,

Is there a scripting language that could be used with Evolution? - I am
thinking of running a script from a cron job that will:

- create extra folders that correspond to some sort of Sender selection
based on an existing folder (eg Inbox)

- automatically move appropriate mails from the original folder into the
newly created folders according to Sender

- expunge the original folder

I have lots of people that haven't managed their folders properly and it
is quite difficult to get a very time-consuming process like this done
during work hours so I want to schedule it for after hours . .

Any suggestions?

Thanks,

Phil.
-- 
Philip Rhoades

Pricom Pty Limited  (ACN 003 252 275  ABN 91 003 252 275)
GPO Box 3411
Sydney NSW  2001
Australia
Mobile:  +61:0411-185-652
Fax:  +61:2:8923-5363
E-mail:  [EMAIL PROTECTED]


___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list