commit 3742fc475b6cac45739096f3fb68934b48f0bd3d Author: Oswald Buddenhagen <o...@users.sf.net> Date: Sat Jul 12 13:50:12 2014 +0200
deprecate the compat wrapper after a decade, it's about time to phase it out. NEWS | 4 ++++ src/compat/isync.1 | 3 +++ src/compat/main.c | 3 +++ 3 files changed, 10 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index dd69fba..63f9d78 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +[1.2.0] + +The 'isync' compatibility wrapper is now deprecated. + [1.1.0] Support for hierarchical mailboxes in Patterns. diff --git a/src/compat/isync.1 b/src/compat/isync.1 index c8ed9f3..527ca6a 100644 --- a/src/compat/isync.1 +++ b/src/compat/isync.1 @@ -37,6 +37,9 @@ It will automatically migrate the UID mapping from previous versions of \fBmbsync\fR. If you were using \fBisync\fR version 0.8 or 0.9.x you might want to use \fBmdconvert\fR to convert the mailboxes to the more efficient \fBnative\fR UID storage scheme after migrating them. +.br +\fBisync\fR is deprecated. Please use the \fB-w\fR option to permanently +migrate the configuration and start using \fBmbsync\fR directly. .. .SH OPTIONS .TP diff --git a/src/compat/main.c b/src/compat/main.c index b8cc976..2ad6f07 100644 --- a/src/compat/main.c +++ b/src/compat/main.c @@ -288,6 +288,9 @@ main( int argc, char **argv ) } } + if (!writeout) + fputs( "Notice: please run 'isync -w' and start using 'mbsync' directly.\n", stderr ); + if (config) { if (*config != '/') { if (!getcwd( path1, sizeof(path1) )) { ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel