On Thu, 2004-12-23 at 11:37 +0100, Svante Signell wrote: > On Wed, 2004-12-22 at 21:17 +1300, Russell Fulton wrote: > > On Wed, 2004-12-22 at 09:01 +0100, Svante Signell wrote: > > > > > > > 2. Changing time format in the message list area to 24 hour format, > > > > > without changing the LOCALE. I have not not found out how to do this > > > > > yet > > > > > and it is _very_ annoying to use the AM/PM format. > > > > no, you will need to change the locale/lang or at least LC_TIME > > > > variable (i presume). > > > > > > Changing LC_TIME is not a good solution. For example, changing LC_TIME > > > to sv_SE.ISO-8859-1 gives the date and time in Swedish. I want something > > > like the date format in a terminal w/o setting LC_TIME: E.g. date in > > > coreutils results in: Wed Dec 22 08:32:32 CET 2004
Why don't you want to set LC_TIME, if it does what you need? You do know, you can set it for a single application (Evolution) rather than setting it globally, right? > > How about creating your own locale just for evo? -- it seems > > straightforward enough. I was considering doing this before I realised > > that I had a US locale rather than a NZ one. > > I might do that as a workaround. Which locale has an LC_TIME giving the > date in English and uses 24 hour format? LC_TIME=en_GB Like I already mentioned in this thread. For more details please see an earlier post by me: http://lists.ximian.com/archives/public/evolution/2004-April/036582.html This will give the date in English and uses 24 hour format, rather than AM/PM. So this is the solution to your last questions, no? However, this is not the answer to your previous (see above) question... This whole threads gets a bit confusing... ;) ...guenther -- char *t="[EMAIL PROTECTED]"; 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; }}} _______________________________________________ evolution maillist - [email protected] http://lists.ximian.com/mailman/listinfo/evolution
