]> Pileus Git - ~andy/fetchmail/blobdiff - contrib/README
C++ compatibility fix for socket.c.
[~andy/fetchmail] / contrib / README
index 65134a670114ef6cddf5fab15b03a1963f93ba62..607e1642e25cb63c69bddb0919ade9c557c5feca 100644 (file)
@@ -74,11 +74,6 @@ program made the connection, it will also break the connection
 when it is done.  By Bill Adams, <bill@evil.inetarena.com>.  The
 latest version is carried at <http://evil.inetarena.com/>.
 
-### zsh-completion:
-
-These commands set up command completion for fetchmail under zsh.
-Jay Kominek <jay.kominek@colorado.edu>.
-
 ### getmail/gotmail:
 
 These scripts are front ends for fetchmail in daemon mode that can gather
@@ -106,3 +101,8 @@ It probably needs to be adjusted for use on other systems.
 A patch against fetchmail 6.3.20 to allow creating a raw socket log if
 configured through an environment variable, to assist debugging and
 troubleshooting.  Documentation at the beginning of the file.
+
+### gai (added 2013-02-03, --ma)
+
+A trivial getaddrinfo() program to check the getaddrinfo() call from the
+system, as a research tool for the fetchmail developers.