+2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
+
+ * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
+ (bug#12375).
+
2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
* message.el (message-tab): Mention what happens on normal tabs
(if (= c ?\&)
(setq N 0)
(setq N (- c ?0)))
+ ;; We wrapped the searches in parentheses, so we have to
+ ;; add some parentheses here...
+ (setq N (+ N 3))
(when (match-beginning N)
(push (if nnmail-split-lowercase-expanded
(downcase (buffer-substring (match-beginning N)