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
58a4a59b
...
58a4a59bf9377399370e43b8251cc0a6f97767a5
authored
2001-09-18 06:43:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Handle '+' key.
1 parent
7f00ba6a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
mh/inc.c
mh/scan.c
mh/inc.c
View file @
58a4a59
...
...
@@ -84,6 +84,7 @@ opt_handler (int key, char *arg, void *unused)
changecur
=
arg
[
0
]
==
'y'
;
break
;
case
'+'
:
case
'f'
:
current_folder
=
arg
;
break
;
...
...
mh/scan.c
View file @
58a4a59
...
...
@@ -77,6 +77,7 @@ opt_handler (int key, char *arg, void *unused)
{
switch
(
key
)
{
case
'+'
:
case
'f'
:
current_folder
=
arg
;
break
;
...
...
Please
register
or
sign in
to post a comment