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
f980046b
...
f980046bf75e85824b7e62122655f9d54bb72525
authored
2001-07-09 07:42:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
set READ instead of SEEN attribute on read messages
1 parent
98602610
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/print.c
mail/print.c
View file @
f980046
...
...
@@ -94,7 +94,7 @@ mail_print (int argc, char **argv)
pclose
(
out
);
message_get_attribute
(
mesg
,
&
attr
);
attribute_set_
seen
(
attr
);
attribute_set_
read
(
attr
);
return
0
;
}
...
...
Please
register
or
sign in
to post a comment