diff options
author | alecpl <alec@alec.pl> | 2012-04-13 08:52:02 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-13 08:52:02 +0000 |
commit | 0c259682f65eaaf23ea4ccb56a706d6baf3007e4 (patch) | |
tree | f1491f39189c8a970e7612b9dcc20f9409d7361e /bin/msgexport.sh | |
parent | ce64332e7a9bf2468eabdb4b789270aebb3e7dc7 (diff) |
- Merge devel-framework branch, resolved conflicts
Diffstat (limited to 'bin/msgexport.sh')
-rwxr-xr-x | bin/msgexport.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/msgexport.sh b/bin/msgexport.sh index c876f5f10..e6c180188 100755 --- a/bin/msgexport.sh +++ b/bin/msgexport.sh @@ -34,7 +34,7 @@ function export_mailbox($mbox, $filename) $IMAP->set_folder($mbox); $index = $IMAP->index($mbox, null, 'ASC'); - $count = $index->countMessages(); + $count = $index->count(); $index = $index->get(); vputs("Getting message list of {$mbox}..."); |