[Evolution] email synchronisation
guenther
guenther@rudersport.de
Tue, 02 Sep 2003 16:58:29 +0200
> I have a desktop which uses Evo as the MUA. I am installing Linux onm
> an obsolete IBM thinkpad. I am planning on using Evo on the laptop too.
An "obsolete" thinkpad... ;-)
> However, I have no idea how to synchronise email (including accounts,
> contacts and the like) between the 2 machines. Any clues and/or ideas
> gratefully accepted.
MultiSync can do this, AFAIK. It claims to sync at least "calendar,
ToDos and contacts".
http://multisync.sourceforge.net/
Beside that, you can always "sync" (well, a one way sync at least)
multiple Evolutions by plain copying -- given, they are the same
version. Close Evolution and run 'evolution --force-shutdown' on *both*
systems, then copy the entire ~/evolution/ directory. To sync
configuration data too on 1.4.x versions, do the same with the
~/.gconf/apps/evolution/ directory.
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; }}}