X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnndoc.el;h=d9f3f21f61a125556ba6586ad66221d9703c9617;hb=55bc8c3145813effa0a57df9326c683eb77dbbe6;hp=7e165f53d5ba3b84b377628540407c7e5c182ab8;hpb=2e33d39729730bd9b58520e013ce3e53250eeb15;p=gnus diff --git a/lisp/nndoc.el b/lisp/nndoc.el index 7e165f53d..d9f3f21f6 100644 --- a/lisp/nndoc.el +++ b/lisp/nndoc.el @@ -693,7 +693,7 @@ PARENT is the message-ID of the parent summary line, or nil for none." (when (string-match ";[ \t\n]*name=\\([^ \t\n;]+\\)" content-type) (setq subject (match-string 1 content-type))) (when (string-match "boundary=\"?\\([^\"\n]*[^\" \t\n]\\)" content-type) - (setq boundary-regexp (concat "\n--" + (setq boundary-regexp (concat "^--" (regexp-quote (match-string 1 content-type)) "\\(--\\)?[ \t]*\n"))))