+2004-03-17 Jesper Harder <harder@ifa.au.dk>
+
+ * mml.el (mml-generate-mime-1): Don't use format=flowed with
+ inline PGP.
+
2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-agent.el (gnus-agent-regenerate-group): Activate the group
;; 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"))