[bknr-cvs] r2015 - branches/xml-class-rework/projects/bos/m2

Author: hhubner Date: 2006-10-20 16:06:11 -0400 (Fri, 20 Oct 2006) New Revision: 2015 Modified: branches/xml-class-rework/projects/bos/m2/mail-generator.lisp Log: forgot to save before checkin Modified: branches/xml-class-rework/projects/bos/m2/mail-generator.lisp =================================================================== --- branches/xml-class-rework/projects/bos/m2/mail-generator.lisp 2006-10-20 20:02:19 UTC (rev 2014) +++ branches/xml-class-rework/projects/bos/m2/mail-generator.lisp 2006-10-20 20:06:11 UTC (rev 2015) @@ -165,7 +165,7 @@ (all-request-params req))))) (make-instance 'cl-mime:text-mime :type "text" - :subtype "x-vcard" + :subtype "x-vcard; name=\"sponsor.vcf\"" :content (worldpay-callback-request-to-vcard req)))))) (send-system-mail :subject subject :content-type "multipart/mixed"
participants (1)
-
bknr@bknr.net