------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=94178         




------- Additional Comments From alan+kdebugs mizrahi com ve  2007-05-17 18:08 
-------
I agree, the chat logs should be plain textfiles, and separated by account.

I use three different computers, and sometimes I want to find a conversation 
and I don't remember which computer I was using at the time. (No, NFS is not an 
option).

With gaim I have a script to sync my conversation history to a single computer:
(cd $HOME; tar cf - .gaim/logs .gaim/blist.xml) | ssh single-server tar xf - && 
rm -rf .gaim/logs/*

This NEVER overwrites old conversations, because there is just one log file per 
conversation (the filename has a datetime part).  Also, I can read my logs with 
a simple "less".

I think gaim got it right, it should be done the same way.
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to