]> Pileus Git - ~andy/fetchmail/blobdiff - pop2.c
Added filtering by length. Ugh.
[~andy/fetchmail] / pop2.c
diff --git a/pop2.c b/pop2.c
index 1d3737788559e248f882100a62cfc467719c4e17..887f529c8b963616da6e367b3eeef668e6735e3e 100644 (file)
--- a/pop2.c
+++ b/pop2.c
@@ -130,6 +130,7 @@ const static struct method pop2 =
     pop2_ok,                           /* parse command response */
     pop2_getauth,                      /* get authorization */
     pop2_getrange,                     /* query range of messages */
+    NULL,                              /* no way to get sizes */
     NULL,                              /* messages are always new */
     pop2_fetch,                                /* request given message */
     pop2_trail,                                /* eat message trailer */