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
20556f8a
...
20556f8ab296a1120b4413d2ca6e57838e17380b
authored
2005-03-08 16:56:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_mailcap_entry_coupiousoutput): Bugfix
1 parent
4d712373
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mailcap.c
mailbox/mailcap.c
View file @
20556f8
...
...
@@ -325,7 +325,7 @@ mu_mailcap_entry_coupiousoutput (mu_mailcap_entry_t entry, int *on)
int
i
;
for
(
i
=
0
;
i
<
entry
->
fields_count
;
i
++
)
{
int
n
=
strcasecmp
(
entry
->
fields
[
i
],
"co
u
piousoutput"
);
int
n
=
strcasecmp
(
entry
->
fields
[
i
],
"copiousoutput"
);
if
(
n
==
0
)
{
found
=
1
;
...
...
Please
register
or
sign in
to post a comment