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
da989d0c
...
da989d0c7b5d91b71be4330e12aee03434600891
authored
2003-09-02 16:37:47 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop_get_message): Check UIDL capability before using pop_uidl().
1 parent
06cd0bce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mailbox/pop/mbox.c
mailbox/pop/mbox.c
View file @
da989d0
...
...
@@ -990,7 +990,8 @@ pop_get_message (mailbox_t mbox, size_t msgno, message_t *pmsg)
}
/* Set the UIDL call on the message. */
message_set_uidl
(
msg
,
pop_uidl
,
mpm
);
if
(
mpd
->
capa
&
CAPA_UIDL
)
message_set_uidl
(
msg
,
pop_uidl
,
mpm
);
/* Set the UID on the message. */
message_set_uid
(
msg
,
pop_uid
,
mpm
);
...
...
Please
register
or
sign in
to post a comment