Re: [Evolution] Changing folder sort order



It orders based on your locale setting.

Thanks.  Where do I verify/change my locale setting in Gnome 2.8?

In the login manager? ;)

Anyway, you can adjust this for Evolution only, if you don't want to
change anything else. Instead of calling the Evolution executable
directly, change the launcher to start a shell script -- which adjusts
locales and runs Evolution. You can change any locale setting there,
affecting Evolution only.

I'm not sure, how the locales for fm sort by default. But I do know,
that the en locales on my system don't care about upper/lower case when
sorting my Evo tree.

A courageous 'locale' will tell you about the locales being currently
used.


The necessary the shell script mentioned above should look like this
(stripped down from my script to enable 24 hour format, rather than this
AM/PM thingy and still use an English locale):

#!/bin/sh
export LC_TIME=en_GB.UTF-8
/opt/gnome-2.8/bin/evolution-2.0 $@ &


HTH

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]