http://bugzilla.moblin.org/show_bug.cgi?id=5215
pohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Undecided |P3 Group|Intel Internal | AssignedTo|[email protected] |[email protected] | |om Target Milestone|--- |0.9.1 --- Comment #3 from pohly <[email protected]> 2009-08-06 23:54:24 --- (In reply to comment #2) > seems that service name with longer name gains higher priority to be preserved > :-) Yes, let the user exercise his typing skills by making him enter longer names... ;-) No, the problem is that all files starting with the server name are recognized as log files of that server. So for "fun", both of these files are considered when sorting: fun-2009-... funambol-2009-... I could include the - separator in the match, but then it still fails when someone names his two configs "funambol" and "funambol-work". Both of these match for "funambol": funambol-2009-... funambol-work-2009-... I think including the - in the prefix and checking for a valid date after that should solve the problem. => EvolutionSyncClient.cpp LogDir class -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
