summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2003-10-06 03:49:21 +0000
committerAlain Magloire <alainm@gnu.org>2003-10-06 03:49:21 +0000
commitf990c94a14c482068b84abc83f423e05531d0c1c (patch)
tree08806bd5025af54ae90d1299718e9cc46a927018 /include
parentad855c91be194b6ecbd4dfd44a7a322969727d32 (diff)
downloadmailutils-f990c94a14c482068b84abc83f423e05531d0c1c.tar.gz
mailutils-f990c94a14c482068b84abc83f423e05531d0c1c.tar.bz2
forgot offet field.
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/sys/pop3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mailutils/sys/pop3.h b/include/mailutils/sys/pop3.h
index 3ce90916b..3dbc3b81f 100644
--- a/include/mailutils/sys/pop3.h
+++ b/include/mailutils/sys/pop3.h
@@ -58,6 +58,7 @@ struct mu_pop3_work_buf
char *ptr;
char *nl;
size_t len;
+ off_t offset; /* To synchronize with the stream buffering. */
};
/* Structure to hold things general to POP3 mailbox, like its state, etc ... */

Return to:

Send suggestions and report system problems to the System administrator.