Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f990c94a
...
f990c94a14c482068b84abc83f423e05531d0c1c
authored
2003-10-06 03:49:21 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
forgot offet field.
1 parent
ad855c91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/sys/pop3.h
include/mailutils/sys/pop3.h
View file @
f990c94
...
...
@@ -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 ... */
...
...
Please
register
or
sign in
to post a comment