summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7a691e7)
be on the first call for a folder. This was only noticeable in -n mode
because store_message loops to find a fresh number.
- return $msgnum_cache{$mhfolder} = $highest;
+ $msgnum_cache{$mhfolder} = $highest;
+ return $msgnum_cache{$mhfolder}++;