*** dist/vm-folder.el.dist Mon Jun 3 23:51:12 2002 --- vm-folder.el Wed Jun 5 18:48:09 2002 *************** *** 3887,3888 **** --- 3887,3892 ---- (progn + ;; get numbering of new messages done now + ;; so that the sort code only has to worry about the + ;; changes it needs to make. + (vm-update-summary-and-mode-line) (vm-sort-messages "thread"))) *** dist/vm-sort.el.dist Mon Jun 3 23:51:12 2002 --- vm-sort.el Wed Jun 5 17:26:08 2002 *************** *** 286,292 **** - ;; sorting creates a message list from completely new conses so - ;; make sure the numbering and summary redo start points aren't - ;; pointing at the old list before we start. - (vm-update-summary-and-mode-line) - (vm-display nil nil '(vm-sort-messages) '(vm-sort-messages)) --- 286,287 ---- *** dist/vm-startup.el.dist Mon Jun 3 23:51:12 2002 --- vm-startup.el Wed Jun 5 19:44:21 2002 *************** *** 354,356 **** ! This is VM 7.06. --- 354,356 ---- ! This is VM 7.07. *** dist/vm-thread.el.dist Thu May 16 14:16:58 2002 --- vm-thread.el Wed Jun 5 17:29:31 2002 *************** *** 27,28 **** --- 27,32 ---- (vm-check-for-killed-summary) + ;; get numbering of new messages done now + ;; so that the sort code only has to worry about the + ;; changes it needs to make. + (vm-update-summary-and-mode-line) (vm-set-summary-redo-start-point t) *** dist/vm-version.el.dist Mon Jun 3 23:51:12 2002 --- vm-version.el Wed Jun 5 19:44:21 2002 *************** *** 4,6 **** ! (defconst vm-version "7.06" "Version number of VM.") --- 4,6 ---- ! (defconst vm-version "7.07" "Version number of VM.")