CVS commit by ossi:
compat wrapper: don't crash if neither host nor tunnel are specified.
fixes:
CCMAIL: [EMAIL PROTECTED]
M +4 -1 config.c 1.10
--- isync/src/compat/config.c #1.9:1.10
@@ -247,5 +247,5 @@ write_imap_server( FILE *fp, config_t *c
if (cfg->tunnel)
CVS commit by ossi:
quote user name in generated config.
fixes:
CCMAIL: [EMAIL PROTECTED]
M +1 -1 config.c 1.9
--- isync/src/compat/config.c #1.8:1.9
@@ -306,5 +306,5 @@ write_imap_server( FILE *fp, config_t *c
}
if (cfg->user)
- fprintf( fp, "User %s\n
CVS commit by ossi:
make compat wrapper default to current user for imap login
M +6 -0 main.c 1.8
--- isync/src/compat/main.c #1.7:1.8
@@ -23,4 +23,5 @@
#include
#include
+#include
#include
#include
@@ -168,4 +169,9 @@ main( int argc, char **argv )
/* XXX the preced
CVS commit by ossi:
put INBOX in Maildir
M +3 -1 config.c 1.8
--- isync/src/compat/config.c #1.7:1.8
@@ -251,4 +251,5 @@ write_imap_server( FILE *fp, config_t *c
hl = nfsnprintf( buf, sizeof(buf), "%s", cfg->host );
else {
+
CVS commit by ossi:
create more descriptive account names, so password prompts look sane.
the channel names follow the old scheme, though - they are used to
compose sync state file names, and i don't feel like writing a migrator
for this.
M +39 -14config.c 1.6
M +2 -0 isync.h 1
CVS commit by ossi:
enable the old account naming scheme to deal with duplicated ip
addresses.
this is not incompatible - previously, it would just create garbage.
M +10 -10config.c 1.7
--- isync/src/compat/config.c #1.6:1.7
@@ -249,5 +249,5 @@ write_imap_server( FILE *fp, config_t *
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 == '.')