VM

vm-mime.el typo in 8.2.0b: "regedp"

Bug #1903458 reported by Peter Grandi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
VM
New
Undecided
Unassigned

Bug Description

In the latest official version available, 8.2.0b from 2011-12-28, there is a typo in 'vm-mime.el' where ":discard-regedp" should be ":discard-regexp" in a call to 'vm-reorder-message-headers'. This breaks sending messages.

I guess that actually 8.2.0b from 2011-12-28 is actually not the latest official version available, in that case I guess the release page on Launchpad needs updating...

Revision history for this message
Peter Grandi (pg-8) wrote :

Looking at the Bazaar repository the typo was introduced in revno 1130 on 2011-03-06 and it is still there in revno 1534 of 2019-04-01.

@@ -7366,7 +7382,9 @@
        (setq vm-send-using-mime nil)
        (insert-buffer-substring master-buffer header-start header-end)
        (goto-char (point-min))
- (vm-reorder-message-headers nil nil
+ (vm-reorder-message-headers
+ nil :keep-list nil
+ :discard-regedp
          "\\(Content-Type:\\|MIME-Version:\\|Content-Transfer-Encoding\\)")
        (insert "MIME-Version: 1.0\n")
        (insert (format

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.