> what i understood from them was that i could use multisync for contact, > calender, todo's? > > and that i should use maildir for mails, to get them as single files, > and then sync them with something? > > would it work to use rsync or something, and then just sync the two > directories?
Rsync is more of a mirroring tools -- there is one master and all others will synced to be the same. For a bi-directional sync (you can edit both data structures) use tools like Unison [1]. Just a warning again: Do not sync Calendar, Tasks and Contacts this way, as there are background tasks running that may end in data corruption. As you mentioned, MultiSync for them, Unison for mails. ...guenther [1] http://www.cis.upenn.edu/~bcpierce/unison/ -- 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
