From e51b82801348da73bb2183690dc3f12ab4e42448 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Tue, 23 Feb 2016 07:06:47 +0100 Subject: [PATCH] add documentation for the ipv6 configuration option Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/offlineimap.conf b/offlineimap.conf index df5ed95..6f05dcc 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -580,6 +580,18 @@ type = GmailMaildir type = IMAP +# This option stands in the [Repository RemoteExample] section. +# +# Configure which address family to use for the connection. If not specified, +# AF_UNSPEC is used as a fallback (default). +# +# AF_INET6: +#ipv6 = True +# +# AF_INET: +#ipv6 = False + + # These options stands in the [Repository RemoteExample] section. # # The following can fetch the account credentials via a python expression that