Commit c9864c4a c9864c4a9fc81c60c18a2232ccdfa8f44d5b89b3 by Sergey Poznyakoff

Bugfix. Asterisk should not select deleted messages.

1 parent 5249bed4
......@@ -91,7 +91,7 @@ input : /* empty */
}
| '*'
{
result = msgset_range (1, total);
result = msgset_select (select_deleted, NULL, 0, total);
}
| '-'
{
......