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
c9864c4a
...
c9864c4a9fc81c60c18a2232ccdfa8f44d5b89b3
authored
2003-02-14 16:08:07 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix. Asterisk should not select deleted messages.
1 parent
5249bed4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/msgset.y
mail/msgset.y
View file @
c9864c4
...
...
@@ -91,7 +91,7 @@ input : /* empty */
}
| '*'
{
result = msgset_
range (1
, total);
result = msgset_
select (select_deleted, NULL, 0
, total);
}
| '-'
{
...
...
Please
register
or
sign in
to post a comment