瀏覽代碼

fix mutt cmd

a.binder 6 年之前
父節點
當前提交
6d781385c2
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      SE/schema/WPS_Functions/send_email/send_email.xsl

+ 4 - 1
SE/schema/WPS_Functions/send_email/send_email.xsl

@@ -98,7 +98,10 @@
                             <xsl:attribute name="inputstring">${send_email.send_email_from_xml_parsed.build.xml.title}</xsl:attribute>
                             <arg line='-a "{$out.pdf}"'/>
                             <arg line='-s "Wiadomosc"'/>
-                            <arg line='-e "set copy = no"'/>
+                            <arg line='-s "Wiadomosc"'/>
+                            <arg line='-F /dev/null'/>
+                            <arg line='&lt; /dev/null'/>
+                            <!--<arg line='-e "set copy = no"'/>-->
                             <arg line='--  {text()}'/>
                         </exec>
                     </target>