CVS commit by ossi: whoops - 'isync -w' would write .mbsyncrc to a wrong directory
M +2 -2 main.c 1.6 --- isync/src/compat/main.c #1.5:1.6 @@ -332,6 +332,6 @@ main( int argc, char **argv ) if (*de->d_name == '.') continue; - nfsnprintf( path1, sizeof(path1), "%s/%s/cur", xmaildir, de->d_name ); - if (stat( path1, &st ) || !S_ISDIR( st.st_mode )) + nfsnprintf( path2, sizeof(path2), "%s/%s/cur", xmaildir, de->d_name ); + if (stat( path2, &st ) || !S_ISDIR( st.st_mode )) continue; global.path = de->d_name; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel