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
b3b6cb04
...
b3b6cb044fd7ae0536fbdf38d15af435bad5ce43
authored
2003-02-21 12:59:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Do not mark current folder when in fast mode
1 parent
6b2eaf51
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
mh/folder.c
mh/folder.c
View file @
b3b6cb0
...
...
@@ -362,12 +362,7 @@ print_fast ()
struct
folder_info
*
info
,
*
end
=
folder_info
+
folder_info_count
;
for
(
info
=
folder_info
;
info
<
end
;
info
++
)
{
printf
(
"%s"
,
info
->
name
);
if
(
strcmp
(
info
->
name
,
current_folder
)
==
0
)
printf
(
"+"
);
printf
(
"
\n
"
);
}
printf
(
"%s
\n
"
,
info
->
name
);
}
static
int
...
...
Please
register
or
sign in
to post a comment