Package: isync Version: 1.0.3-3 Severity: normal
It looks like while writing mbsync config file, isync forgets "" for username ( but strangely remembers to put them around password ). Here's a patch to fix that: 283c283 < fprintf( fp, "User %s\n", cfg->user ); --- > fprintf( fp, "User \"%s\"\n", cfg->user ); -- System Information: Debian Release: 4.0 APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18.6.bsd40e Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2) Versions of packages isync depends on: ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries ii libdb4.4 4.4.20-8 Berkeley v4.4 Database Libraries [ ii libssl0.9.8 0.9.8c-4etch1 SSL shared libraries isync recommends no packages. -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

