vm-nuke-altrnative-text/html malfunctions
Bug #1117610 reported by
Uday Reddy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Triaged
|
Medium
|
Uday Reddy |
Bug Description
Trying to do M-0 vm-nuke-
- It prints silly messages like "No text/html parts found" or "1 text/html part deleted", repeatedly.
- It damages the threads database, which can be found by turning on vm-thread-debug. ("Spurious message" etc.)
- Finally, it says "Problem detected with the threads database; try vm-fix-my-summary"
- It also gives an error message "Symbol's function definition is void: vm-fetch-
Changed in vm: | |
milestone: | 8.2.0b1 → 8.2.0 |
To post a comment you must log in.
The last problem (which is pretty fatal) happens because
- the byte-count field has become nil for some message, which should only happen if the message is external.
- it tries to fetch message from the external source which is "nil".