(mml-generate-mime-1): Don't use format=flowed with
authorJesper Harder <harder@ifa.au.dk>
Wed, 17 Mar 2004 14:04:03 +0000 (14:04 +0000)
committerJesper Harder <harder@ifa.au.dk>
Wed, 17 Mar 2004 14:04:03 +0000 (14:04 +0000)
inline PGP.

lisp/ChangeLog
lisp/mml.el

index 2724906..7d85cd1 100644 (file)
@@ -1,3 +1,8 @@
+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
index 8782601..11b3b35 100644 (file)
@@ -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"))