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
07491c24
...
07491c247f6379e4843a8491eb0a768f35973eae
authored
2003-10-10 08:53:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_print): Pass MSG_SILENT flag
1 parent
29836d88
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 @
07491c2
...
...
@@ -115,7 +115,7 @@ int
mail_print
(
int
argc
,
char
**
argv
)
{
int
lower
=
islower
(
argv
[
0
][
0
]);
int
rc
=
util_foreach_msg
(
argc
,
argv
,
MSG_NODELETED
,
int
rc
=
util_foreach_msg
(
argc
,
argv
,
MSG_NODELETED
|
MSG_SILENT
,
mail_print_msg
,
&
lower
);
return
rc
;
}
...
...
Please
register
or
sign in
to post a comment