Commit f990c94a f990c94a14c482068b84abc83f423e05531d0c1c by Alain Magloire

forgot offet field.

1 parent ad855c91
......@@ -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 ... */
......