This commit is contained in:
Nick Bebout 2015-08-03 20:44:40 -05:00
parent 9ff89e7df2
commit 4a1d71d8fd
53 changed files with 5656 additions and 10351 deletions

View file

@ -2148,7 +2148,7 @@ sub fetch_hash {
if ( $words[0] eq 'ALL' ) {
$msgs = shift @words;
}
elsif ( $words[0] =~ s/^([,:\d]+)\s*// ) {
elsif ( $words[0] =~ s/^([,:\d\*]+)\s*// ) {
$msgs = $1;
shift @words if $words[0] eq "";
}