Bug#342450: offlineimap: off-by-one in comment the example config file

2006-05-30 Thread John Goerzen
On Wed, Dec 07, 2005 at 06:06:50PM +0100, Uli Martens wrote:
> Package: offlineimap
> Severity: minor
> Tags: patch
> 
> zcat /usr/share/doc/offlineimap/examples/offlineimap.conf.gz | nl | ...
> 209 # There are three ways to specify the password for the remote IMAP
> 210 # server:
> 212 # 1. No password at all specified in the config file.  You will
> 215 # 2. The remote password stored in this file with the remotepass
> 220 # 3. The remote password stored as a single line in an external
> 225 # 4. With a preauth tunnel.  With this method, you invoke an external
> 

Hello Uli.  I have checked a fix for this into my tree and it will be a
part of the next release.

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#342450: offlineimap: off-by-one in comment the example config file

2005-12-07 Thread Uli Martens
Package: offlineimap
Severity: minor
Tags: patch

zcat /usr/share/doc/offlineimap/examples/offlineimap.conf.gz | nl | ...
209 # There are three ways to specify the password for the remote IMAP
210 # server:
212 # 1. No password at all specified in the config file.  You will
215 # 2. The remote password stored in this file with the remotepass
220 # 3. The remote password stored as a single line in an external
225 # 4. With a preauth tunnel.  With this method, you invoke an external


--- offlineimap.conf~   2005-12-07 18:02:55.0 +0100
+++ offlineimap.conf2005-12-07 18:03:09.0 +0100
@@ -206,7 +206,7 @@
 # Specify the remote user name.
 remoteuser = username

-# There are three ways to specify the password for the remote IMAP
+# There are four ways to specify the password for the remote IMAP
 # server:
 #
 # 1. No password at all specified in the config file.  You will


SCNR,
Uli


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]