mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-10 14:44:32 +02:00
1.644
This commit is contained in:
parent
9ff89e7df2
commit
4a1d71d8fd
53 changed files with 5656 additions and 10351 deletions
|
@ -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 "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue