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
90391067
...
9039106797d9b058c90cb592f2a94fe39aca4b7b
authored
2001-04-12 15:34:08 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo from a cut and paste.
1 parent
ff2c5385
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
mailbox/mbx_mboxscan.c
mailbox/mbx_mboxscan.c
View file @
9039106
...
...
@@ -687,8 +687,6 @@ mbox_scan0 (mailbox_t mailbox, size_t msgno, size_t *pcount, int do_notif)
}
else
if
(
ISFROM
(
buf
))
{
char
*
ss
=
NULL
;
if
(
mum
->
fhdr
[
H_FROM
])
*
ss
=
1
;
FAST_H_FROM
(
mum
,
sfield
,
buf
,
n
);
}
else
if
(
ISIN_REPLY_TO
(
buf
))
...
...
Please
register
or
sign in
to post a comment