summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-14 16:08:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-14 16:08:07 +0000
commitc9864c4a9fc81c60c18a2232ccdfa8f44d5b89b3 (patch)
tree2cd18bb5ba2e22f4e0053a71cf720fb3851493f0
parent5249bed4195c3eb453624473d67e6f3463e74a0a (diff)
downloadmailutils-c9864c4a9fc81c60c18a2232ccdfa8f44d5b89b3.tar.gz
mailutils-c9864c4a9fc81c60c18a2232ccdfa8f44d5b89b3.tar.bz2
Bugfix. Asterisk should not select deleted messages.
-rw-r--r--mail/msgset.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/msgset.y b/mail/msgset.y
index 62c798f10..412a216ad 100644
--- a/mail/msgset.y
+++ b/mail/msgset.y
@@ -91,7 +91,7 @@ input : /* empty */
}
| '*'
{
- result = msgset_range (1, total);
+ result = msgset_select (select_deleted, NULL, 0, total);
}
| '-'
{

Return to:

Send suggestions and report system problems to the System administrator.