From 71f930a11aca1a252cc29e71c0fb981e06b43328 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 17 Mar 2004 14:33:13 +0000 Subject: [PATCH] Synch to No Gnus 200403171404. --- lisp/ChangeLog | 5 +++++ lisp/mml.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2724906..7d85cd1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-03-17 Jesper Harder + + * mml.el (mml-generate-mime-1): Don't use format=flowed with + inline PGP. + 2004-03-17 Katsumi Yamaoka * gnus-agent.el (gnus-agent-regenerate-group): Activate the group diff --git a/lisp/mml.el b/lisp/mml.el index 477e6e3..3199a0d 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -442,6 +442,7 @@ If MML is non-nil, return the buffer up till the correspondent mml tag." ;; actually are hard newlines in the text. (let (use-hard-newlines) (when (and (string= type "text/plain") + (not (string= (cdr (assq 'sign cont)) "pgp")) (or (null (assq 'format cont)) (string= (cdr (assq 'format cont)) "flowed")) -- 1.7.10.4